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

Unified Diff: chrome/common/chrome_switches.h

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: Rebase 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.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 8dcacbc4f3a891aded1162f0ded871261b21a8c6..d4f7213860c8808bd6cd73a132bb1d3ab97fcfb4 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -297,6 +297,11 @@ extern const char kSyncEnableGetUpdateAvoidance[];
extern const char kSyncDisableBackup[];
extern const char kSyncDisableRollback[];
extern const char kTestName[];
+#ifdef ENABLE_TOPCHROME_MD
Dan Beam 2015/06/24 21:45:07 prefer #if defined() to #ifdef
+extern const char kTopChromeMD[];
Dan Beam 2015/06/24 21:45:07 ^ this is never used and I have no idea why it's n
+extern const char kTopChromeMDEnabled[];
+extern const char kTopChromeMDDisabled[];
+#endif
extern const char kTrustedSpdyProxy[];
extern const char kTryChromeAgain[];
extern const char kUnlimitedStorage[];

Powered by Google App Engine
This is Rietveld 408576698