Index: chrome/installer/util/installer_state.cc |
diff --git a/chrome/installer/util/installer_state.cc b/chrome/installer/util/installer_state.cc |
index 9e69398860dfe8fcda82a204e140caa299ac6f57..13d57947b1a16322de9ec83282e2a3bf1d93544a 100644 |
--- a/chrome/installer/util/installer_state.cc |
+++ b/chrome/installer/util/installer_state.cc |
@@ -255,8 +255,8 @@ void InstallerState::Initialize(const CommandLine& command_line, |
operation_ = MULTI_INSTALL; |
} |
- // Initial, over, and un-installs will always take place under one of the |
- // product app guids (Chrome, Chrome Frame, or App Host, in order of |
+ // Initial, over, and un-installs will take place under one of the |
+ // product app guids (Chrome, Chrome Frame, App Host, or Binaries, in order of |
// preference). |
if (operand == NULL) { |
BrowserDistribution::Type operand_distribution_type = |
@@ -267,8 +267,6 @@ void InstallerState::Initialize(const CommandLine& command_line, |
operand_distribution_type = BrowserDistribution::CHROME_FRAME; |
else if (prefs.install_chrome_app_host()) |
operand_distribution_type = BrowserDistribution::CHROME_APP_HOST; |
- else |
- NOTREACHED(); |
operand = BrowserDistribution::GetSpecificDistribution( |
operand_distribution_type); |