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

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

Issue 10912096: C++ reability review for gab. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile errors Created 8 years, 3 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/setup/chrome_frame_quick_enable.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_ready_mode.cc
diff --git a/chrome/installer/setup/chrome_frame_ready_mode.cc b/chrome/installer/setup/chrome_frame_ready_mode.cc
index b16e5a9b043ef64a9237a193699ed03e371b7f23..fb6ed36ced446605a69f8662a4ddfa316205521f 100644
--- a/chrome/installer/setup/chrome_frame_ready_mode.cc
+++ b/chrome/installer/setup/chrome_frame_ready_mode.cc
@@ -94,10 +94,10 @@ InstallStatus ChromeFrameReadyModeOptIn(
// This creates the uninstallation entry for GCF.
AddUninstallShortcutWorkItems(opt_in_state, cf_state->GetSetupPath(),
- cf_state->version(), item_list.get(), *cf);
+ cf_state->version(), *cf, item_list.get());
// This updates the Chrome uninstallation entries.
AddUninstallShortcutWorkItems(opt_in_state, chrome_state->GetSetupPath(),
- chrome_state->version(), item_list.get(), *chrome);
+ chrome_state->version(), *chrome, item_list.get());
// Add a work item to delete the ChromeFrameReadyMode registry value.
HKEY root = opt_in_state.root_key();
« no previous file with comments | « chrome/installer/setup/chrome_frame_quick_enable.cc ('k') | chrome/installer/setup/install.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698