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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1336763011: MD Settings: remove --enable-md-settings until it's more important (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: also about:flags Created 5 years, 3 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/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ee7f58c50821c70cf779d4b3120ef33153409f3e..1bea4dd096f7354f54e2bafc44bf094a97bb4b1d 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -455,9 +455,6 @@ const char kEnableMaterialDesignDownloads[] = "enable-md-downloads";
// Enables the Material Design version of chrome://extensions.
const char kEnableMaterialDesignExtensions[] = "enable-md-extensions";
-// Enables the material design Settings feature.
-const char kEnableMaterialDesignSettings[] = "enable-md-settings";
-
// Enables Media Router.
const char kEnableMediaRouter[] = "enable-media-router";
@@ -1335,11 +1332,6 @@ bool MdExtensionsEnabled() {
::switches::kEnableMaterialDesignExtensions);
}
-bool MdSettingsEnabled() {
- return base::CommandLine::ForCurrentProcess()->HasSwitch(
- ::switches::kEnableMaterialDesignSettings);
-}
-
bool MediaRouterEnabled() {
return base::CommandLine::ForCurrentProcess()->HasSwitch(
::switches::kEnableMediaRouter);
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698