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

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

Issue 10665002: Implement installation of the Chrome App Host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A basic working app host installer/uninstaller. Created 8 years, 5 months 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
Index: chrome/installer/setup/chrome_frame_quick_enable.cc
diff --git a/chrome/installer/setup/chrome_frame_quick_enable.cc b/chrome/installer/setup/chrome_frame_quick_enable.cc
index a2202ab7fb8201e74e2d5d13ec042a87d94a2a3f..248476a2432891bf73899d91bafd271b9ff02d83 100644
--- a/chrome/installer/setup/chrome_frame_quick_enable.cc
+++ b/chrome/installer/setup/chrome_frame_quick_enable.cc
@@ -100,8 +100,6 @@ InstallStatus ChromeFrameQuickEnable(const InstallationState& machine_state,
FilePath setup_path(chrome_state->GetSetupPath());
const Version& new_version = chrome_state->version();
- FilePath new_chrome_exe(
- installer_state->target_path().Append(installer::kChromeNewExe));
// This creates the uninstallation entry for GCF.
AddUninstallShortcutWorkItems(*installer_state, setup_path, new_version,
@@ -114,7 +112,7 @@ InstallStatus ChromeFrameQuickEnable(const InstallationState& machine_state,
new_version, *cf, item_list.get());
const Version* opv = chrome_state->old_version();
- AppendPostInstallTasks(*installer_state, setup_path, new_chrome_exe, opv,
+ AppendPostInstallTasks(*installer_state, setup_path, opv,
new_version, temp_path.path(), item_list.get());
// Before updating the channel values, add Chrome back to the mix so that

Powered by Google App Engine
This is Rietveld 408576698