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

Unified Diff: chrome/browser/about_flags.cc

Issue 796543002: Plugin Power Saver: Implement option in Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/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",

Powered by Google App Engine
This is Rietveld 408576698