Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3509)

Unified Diff: chrome/installer/setup/install.cc

Issue 11413029: Uninstall Chrome + has App Host + not App Launcher => Uninstall App Host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing comments and spacing. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/installer/util/installer_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/install.cc
diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
index a47fd13dde4878a8c9692b87b193615bcdec40de..8726ee2f57a3245561a4ecab28cf04d66b5f4f69 100644
--- a/chrome/installer/setup/install.cc
+++ b/chrome/installer/setup/install.cc
@@ -295,7 +295,7 @@ installer::InstallShortcutOperation GetAppLauncherShortcutOperation(
original_state.GetProductState(installer_state.system_install(),
BrowserDistribution::CHROME_APP_HOST);
bool app_launcher_exists = original_app_host_state &&
- CommandLine(original_app_host_state->uninstall_command())
+ original_app_host_state->uninstall_command()
.HasSwitch(installer::switches::kChromeAppLauncher);
if (!app_launcher_exists)
return installer::INSTALL_SHORTCUT_CREATE_ALL;
« no previous file with comments | « no previous file | chrome/installer/util/installer_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698