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

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

Issue 132113002: Merge 241116 "Remove Chrome Frame quick-enable." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1750/src/
Patch Set: Created 6 years, 11 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/install_worker_unittest.cc ('k') | chrome/installer/setup/uninstall.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/setup_main.cc
===================================================================
--- chrome/installer/setup/setup_main.cc (revision 243908)
+++ chrome/installer/setup/setup_main.cc (working copy)
@@ -37,7 +37,6 @@
#include "chrome/common/chrome_switches.h"
#include "chrome/installer/setup/archive_patch_helper.h"
#include "chrome/installer/setup/cf_migration.h"
-#include "chrome/installer/setup/chrome_frame_quick_enable.h"
#include "chrome/installer/setup/install.h"
#include "chrome/installer/setup/install_worker.h"
#include "chrome/installer/setup/setup_constants.h"
@@ -1212,9 +1211,6 @@
cmd_line.GetProgram(), installer::REENTRY_SYS_UPDATE, true);
}
}
- } else if (cmd_line.HasSwitch(installer::switches::kChromeFrameQuickEnable)) {
- *exit_code = installer::ChromeFrameQuickEnable(original_state,
- installer_state);
} else if (cmd_line.HasSwitch(installer::switches::kPatch)) {
const std::string patch_type_str(
cmd_line.GetSwitchValueASCII(installer::switches::kPatch));
@@ -1775,8 +1771,7 @@
cmd_line.HasSwitch(installer::switches::kRegisterChromeBrowser) ||
cmd_line.HasSwitch(installer::switches::kRemoveChromeRegistration) ||
cmd_line.HasSwitch(installer::switches::kInactiveUserToast) ||
- cmd_line.HasSwitch(installer::switches::kSystemLevelToast) ||
- cmd_line.HasSwitch(installer::switches::kChromeFrameQuickEnable)) {
+ cmd_line.HasSwitch(installer::switches::kSystemLevelToast)) {
return installer::SXS_OPTION_NOT_SUPPORTED;
}
}
« no previous file with comments | « chrome/installer/setup/install_worker_unittest.cc ('k') | chrome/installer/setup/uninstall.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698