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

Unified Diff: chrome/browser/about_flags.cc

Issue 1417213010: Plugin Power Saver: remove dead flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more GN fixes Created 5 years, 1 month 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_power_saver_browsertest.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 f5953f0d9807104a0f10ca9bfdae5d11c3e590ed..170f1ff0dde2bb57a3cae5ff6c5d30a632e71c02 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -36,7 +36,6 @@
#include "components/offline_pages/offline_page_switches.h"
#include "components/omnibox/browser/omnibox_switches.h"
#include "components/password_manager/core/common/password_manager_switches.h"
-#include "components/plugins/common/plugins_switches.h"
#include "components/proximity_auth/switches.h"
#include "components/search/search_switches.h"
#include "components/signin/core/common/signin_switches.h"
@@ -1725,14 +1724,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_REDUCED_REFERRER_GRANULARITY_DESCRIPTION,
kOsAll,
SINGLE_VALUE_TYPE(switches::kReducedReferrerGranularity)},
-#if defined(ENABLE_PLUGINS)
- {"enable-plugin-power-saver",
- IDS_FLAGS_ENABLE_PLUGIN_POWER_SAVER_NAME,
- IDS_FLAGS_ENABLE_PLUGIN_POWER_SAVER_DESCRIPTION,
- kOsDesktop,
- ENABLE_DISABLE_VALUE_TYPE(plugins::switches::kEnablePluginPowerSaver,
- plugins::switches::kDisablePluginPowerSaver)},
-#endif
#if defined(OS_CHROMEOS)
{"disable-new-zip-unpacker",
IDS_FLAGS_DISABLE_NEW_ZIP_UNPACKER_NAME,
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/browser/plugins/plugin_power_saver_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698