| 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;
|
|
|