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

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: gyp shuffle for ios 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
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/plugins/plugin_info_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 48d8576df52e2bada55ba35d105fac803873b2d6..8e1c9a9a595a94d18d1ad9d74302a2221d7d35d5 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -29,6 +29,7 @@
#include "components/metrics/metrics_hashes.h"
#include "components/nacl/common/nacl_switches.h"
#include "components/omnibox/omnibox_switches.h"
+#include "components/plugins/common/plugins_switches.h"
#include "components/proximity_auth/switches.h"
#include "components/search/search_switches.h"
#include "content/public/browser/user_metrics.h"
@@ -2096,8 +2097,8 @@ 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(plugins::switches::kEnablePluginPowerSaver,
+ plugins::switches::kDisablePluginPowerSaver)
},
#endif
#if defined(OS_CHROMEOS)
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/plugins/plugin_info_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698