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; |