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