Index: chrome/installer/util/installation_validator.cc |
diff --git a/chrome/installer/util/installation_validator.cc b/chrome/installer/util/installation_validator.cc |
index 206eb5003c35353ff42b47b24f6a818c12cbbcbb..b4db9b96859f1e8d549e84554e94c45a9a392824 100644 |
--- a/chrome/installer/util/installation_validator.cc |
+++ b/chrome/installer/util/installation_validator.cc |
@@ -125,7 +125,7 @@ void InstallationValidator::ChromeAppHostRules::AddUninstallSwitchExpectations( |
SwitchExpectations* expectations) const { |
DCHECK(!system_install); |
- // --chrome-app-host must be present. |
+ // --app-host must be present. |
expectations->push_back(std::make_pair(std::string(switches::kChromeAppHost), |
true)); |
// --chrome must not be present. |