Index: chrome/installer/setup/install.cc |
diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc |
index b8ebe94fd372897dac60815ae6fae078910fd018..51c3107d2f07dea499fe64f2ab5c6c059648dee8 100644 |
--- a/chrome/installer/setup/install.cc |
+++ b/chrome/installer/setup/install.cc |
@@ -536,8 +536,6 @@ InstallStatus InstallOrUpdateProduct( |
installer_state.FindProduct(BrowserDistribution::CHROME_APP_HOST); |
// Creates shortcuts for App Launcher. |
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( |
installer_state.target_path().Append(kChromeAppHostExe)); |
InstallShortcutOperation app_launcher_shortcut_operation = |