| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 48d8576df52e2bada55ba35d105fac803873b2d6..60124aad2a904ca7da7858af6b241316b518529f 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -26,6 +26,7 @@
|
| #include "chrome/grit/google_chrome_strings.h"
|
| #include "components/autofill/core/common/autofill_switches.h"
|
| #include "components/cloud_devices/common/cloud_devices_switches.h"
|
| +#include "components/content_settings/core/common/content_settings_switches.h"
|
| #include "components/metrics/metrics_hashes.h"
|
| #include "components/nacl/common/nacl_switches.h"
|
| #include "components/omnibox/omnibox_switches.h"
|
| @@ -2096,8 +2097,9 @@ const Experiment kExperiments[] = {
|
| IDS_FLAGS_ENABLE_PLUGIN_POWER_SAVER_NAME,
|
| IDS_FLAGS_ENABLE_PLUGIN_POWER_SAVER_DESCRIPTION,
|
| kOsDesktop,
|
| - ENABLE_DISABLE_VALUE_TYPE(switches::kEnablePluginPowerSaver,
|
| - switches::kDisablePluginPowerSaver)
|
| + ENABLE_DISABLE_VALUE_TYPE(
|
| + content_settings::switches::kEnablePluginPowerSaver,
|
| + content_settings::switches::kDisablePluginPowerSaver)
|
| },
|
| #endif
|
| #if defined(OS_CHROMEOS)
|
|
|