Lines Matching full:suffix
686 // Chrome (only a risk if the suffix is empty). Don't delete the whole key
766 // Append the requested suffix manually here (as ShellUtil::GetBrowserModelId
767 // would otherwise try to figure out the currently installed suffix).
893 string16 suffix;
895 suffix = ShellUtil::GetCurrentInstallationSuffix(dist, chrome_exe);
901 ext_prog_id.append(suffix);
1076 const string16 suffix(ShellUtil::GetCurrentInstallationSuffix(browser_dist,
1087 browser_dist, chrome_exe, suffix) &&
1098 if (!suffix.empty()) {
1100 installer::switches::kRegisterChromeBrowserSuffix, suffix);
1167 const string16 suffix
1174 HKEY_CURRENT_USER, suffix, &ret);
1176 // If the user's Chrome is registered with a suffix: it is possible that old
1178 // previously installed with no suffix in HKCU (old suffix rules if the user
1182 // Remove remaining HKCU entries with no suffix if any.
1183 if (!suffix.empty()) {
1189 // suffix, but have some old-style suffix registrations left behind.
1192 suffix != old_style_suffix) {
1205 // integration entries registered with |suffix| (note: |suffix| will be the
1216 browser_dist, chrome_exe, suffix))) {
1218 HKEY_LOCAL_MACHINE, suffix, &ret);