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