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

Unified Diff: chrome/browser/about_flags.cc

Issue 1084123002: Make DETECT_IMPORTANT_CONTENT the default Plugins content setting based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn fixes Created 5 years, 8 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 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)

Powered by Google App Engine
This is Rietveld 408576698