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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1108333002: Compile-time and run-time flags for top chrome material design. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing histograms.xml Created 5 years, 7 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index fe6b9416f21432ecac94a47a93be37ff4682a1cf..ad33b270b6160454811e5d52c84a370483f2ae12 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1138,6 +1138,12 @@ const char kSyncDisableRollback[] = "disable-sync-rollback";
// Passes the name of the current running automated test to Chrome.
const char kTestName[] = "test-name";
+#ifdef ENABLE_TOPCHROME_MD
+const char kTopChromeMD[] = "topchrome-md";
+const char kTopChromeMDEnabled[] = "enable-topchrome-md";
+const char kTopChromeMDDisabled[] = "disable-topchrome-md";
+#endif
+
// Disables same-origin check on HTTP resources pushed via a SPDY proxy.
// The value is the host:port of the trusted proxy.
const char kTrustedSpdyProxy[] = "trusted-spdy-proxy";

Powered by Google App Engine
This is Rietveld 408576698