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

Unified Diff: chrome/installer/util/installer_state.cc

Issue 110163004: Remove Chrome Frame ready-mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile fixes for mini_installer_test Created 7 years 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/util/installer_state.cc
diff --git a/chrome/installer/util/installer_state.cc b/chrome/installer/util/installer_state.cc
index 75bd35eed156796d518d462dfe52b944d9fedce4..f5aab52dd0c4d7cc35c63d5fa6843ba537a016b6 100644
--- a/chrome/installer/util/installer_state.cc
+++ b/chrome/installer/util/installer_state.cc
@@ -185,10 +185,6 @@ void InstallerState::Initialize(const CommandLine& command_line,
const char* switch_name;
bool switch_expected;
} conditional_additions[] = {
- // If Chrome Frame is installed in Ready Mode, remove it with Chrome.
- { BrowserDistribution::CHROME_FRAME,
- switches::kChromeFrameReadyMode,
- true },
// If the App Host is installed, but not the App Launcher, remove it
// with Chrome. Note however that for system-level Chrome uninstalls,
// any installed user-level App Host will remain even if there is no

Powered by Google App Engine
This is Rietveld 408576698