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

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

Issue 6588003: Add support for the quick-enable-cf command to the installer. This encompase... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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
===================================================================
--- chrome/installer/setup/chrome_frame_quick_enable.cc (revision 76372)
+++ chrome/installer/setup/chrome_frame_quick_enable.cc (working copy)
@@ -120,6 +120,10 @@
*chrome_state);
AddGoogleUpdateWorkItems(*installer_state, item_list.get());
+ // Add the items to remove the quick-enable-cf command from the registry.
+ AddQuickEnableWorkItems(*installer_state, machine_state, NULL, NULL,
+ item_list.get());
+
if (!item_list->Do()) {
item_list->Rollback();
status = INSTALL_FAILED;

Powered by Google App Engine
This is Rietveld 408576698