diff options
Diffstat (limited to 'chrome/installer/setup')
-rw-r--r-- | chrome/installer/setup/setup_main.cc | 2 | ||||
-rw-r--r-- | chrome/installer/setup/uninstall.cc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc index dff6a02..c6d6b8a 100644 --- a/chrome/installer/setup/setup_main.cc +++ b/chrome/installer/setup/setup_main.cc @@ -367,7 +367,7 @@ bool CheckMultiInstallConditions(const InstallationState& original_state, // We're being asked to install Chrome with Chrome Frame in ready-mode. // This is an optimistic operation: if a SxS install of Chrome Frame // is already present, don't touch it; if a multi-install of Chrome - // Frame is present, preserve its settings (ready-mode, CEEE). + // Frame is present, preserve its settings (ready-mode). if (cf_state != NULL) { installer_state->RemoveProduct(chrome_frame); chrome_frame = NULL; diff --git a/chrome/installer/setup/uninstall.cc b/chrome/installer/setup/uninstall.cc index 08f53b7..9c25fc3 100644 --- a/chrome/installer/setup/uninstall.cc +++ b/chrome/installer/setup/uninstall.cc @@ -49,7 +49,7 @@ namespace { // Makes appropriate changes to the Google Update "ap" value in the registry. // Specifically, removes the flags associated with this product ("-chrome" or -// "-chromeframe[-CEEE][-readymode]") from the "ap" values for all other +// "-chromeframe[-readymode]") from the "ap" values for all other // installed products and for the multi-installer package. void ProcessGoogleUpdateItems( const installer::InstallationState& original_state, @@ -698,7 +698,7 @@ InstallStatus UninstallProduct(const InstallationState& original_state, if (force_uninstall) { // Since --force-uninstall command line option is used, we are going to // do silent uninstall. Try to close all running Chrome instances. - // NOTE: We don't do this for Chrome Frame or CEEE. + // NOTE: We don't do this for Chrome Frame. if (is_chrome) CloseAllChromeProcesses(); } else if (is_chrome) { |