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

Unified Diff: chrome/browser/about_flags.cc

Issue 617073002: Plugin Power Saver: Add flag to experiment behind. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 34614ac4ea929f1674c66e2dbd0e1e98754ed7e4..27b22573b51162ec9b3ce2143d655d85de0b8794 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -916,6 +916,13 @@ const Experiment kExperiments[] = {
kOsDesktop,
SINGLE_VALUE_TYPE_AND_VALUE(switches::kAllowNaClSocketAPI, "*")
},
+ {
+ "enable-plugin-power-saver",
+ IDS_FLAGS_ENABLE_PLUGIN_POWER_SAVER_NAME,
+ IDS_FLAGS_ENABLE_PLUGIN_POWER_SAVER_DESCRIPTION,
+ kOsDesktop,
+ SINGLE_VALUE_TYPE(switches::kEnablePluginPowerSaver)
+ },
#endif
#if defined(OS_CHROMEOS)
{

Powered by Google App Engine
This is Rietveld 408576698