Index: chrome/installer/setup/setup_main.cc |
diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc |
index fa258abc65eaeacbad63109ace978903c3c116fa..6df112f0bbef1e6a149526cc3c76031c96dad22a 100644 |
--- a/chrome/installer/setup/setup_main.cc |
+++ b/chrome/installer/setup/setup_main.cc |
@@ -581,10 +581,9 @@ bool CheckPreInstallConditions(const InstallationState& original_state, |
base::LaunchProcess(cmd, base::LaunchOptions(), NULL); |
} |
} else { |
- // Display an error message for other products. |
- *status = installer::SYSTEM_LEVEL_INSTALL_EXISTS; |
- installer_state->WriteInstallerResult( |
- *status, IDS_INSTALL_SYSTEM_LEVEL_EXISTS_BASE, NULL); |
+ // It's no longer possible for |product| to be anything other than |
+ // Chrome. |
+ NOTREACHED(); |
} |
return false; |
} |