diff options
Diffstat (limited to 'chrome/installer/setup/install.cc')
-rw-r--r-- | chrome/installer/setup/install.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc index aa78944..362acd7 100644 --- a/chrome/installer/setup/install.cc +++ b/chrome/installer/setup/install.cc @@ -553,8 +553,7 @@ InstallStatus InstallOrUpdateProduct( const Product* app_launcher_product = installer_state.FindProduct(BrowserDistribution::CHROME_APP_HOST); // Creates shortcuts for App Launcher. - if (app_launcher_product && - app_launcher_product->HasOption(kOptionAppHostIsLauncher)) { + if (app_launcher_product) { // TODO(huangs): Remove this check once we have system-level App Host. DCHECK(!installer_state.system_install()); const base::FilePath app_host_exe( |