Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 026893c960dfa192355368fa38c8a0ebb9a34048..5c324249e550f4ca6ad68afee8d863748b54a172 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2006,15 +2006,6 @@ const Experiment kExperiments[] = { |
kOsAll, |
SINGLE_VALUE_TYPE(switches::kReducedReferrerGranularity) |
}, |
-#if defined(ENABLE_PLUGINS) |
- { |
- "enable-plugin-power-saver", |
- IDS_FLAGS_ENABLE_PLUGIN_POWER_SAVER_NAME, |
- IDS_FLAGS_ENABLE_PLUGIN_POWER_SAVER_DESCRIPTION, |
- kOsDesktop, |
- SINGLE_VALUE_TYPE(switches::kEnablePluginPowerSaver) |
- }, |
groby-ooo-7-16
2014/12/11 19:22:03
We shouldn't remove the flag. If we did, it'd remo
tommycli
2014/12/12 00:45:23
Done.
|
-#endif |
#if defined(OS_CHROMEOS) |
{ |
"disable-new-zip-unpacker", |