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

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

Issue 10790144: Revert 148046 - Revert 147650 - Implement installation of the Chrome App Host. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1215/src/
Patch Set: 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
« no previous file with comments | « chrome/installer/mini_installer/mini_installer.cc ('k') | chrome/installer/setup/install.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/chrome_frame_quick_enable.cc
===================================================================
--- chrome/installer/setup/chrome_frame_quick_enable.cc (revision 148103)
+++ chrome/installer/setup/chrome_frame_quick_enable.cc (working copy)
@@ -100,8 +100,6 @@
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 @@
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
@@ -125,10 +123,11 @@
item_list.get());
// Add the items to remove the quick-enable-cf command from the registry.
- AddQuickEnableWorkItems(*installer_state, machine_state,
- &chrome_state->uninstall_command().GetProgram(),
- &chrome_state->version(),
- item_list.get());
+ AddQuickEnableChromeFrameWorkItems(
+ *installer_state, machine_state,
+ &chrome_state->uninstall_command().GetProgram(),
+ &chrome_state->version(),
+ item_list.get());
if (!item_list->Do()) {
item_list->Rollback();
« no previous file with comments | « chrome/installer/mini_installer/mini_installer.cc ('k') | chrome/installer/setup/install.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698