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

Unified Diff: chrome/common/chrome_switches.h

Issue 1319163004: [Extensions Page MD] Stub out a materialized extensions page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 82f5f5cc8bda41e750961c9a4af18d1ac62bba22..bfbfb6d5bf863b56f86a519c8ee742e3bf98f48e 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -82,6 +82,7 @@ extern const char kDisableExtensions[];
extern const char kDisableFeatures[];
extern const char kDisableFieldTrialTestingConfig[];
extern const char kDisableJavaScriptHarmonyShipping[];
+extern const char kEnableMaterialDesignExtensions[];
Dan Beam 2015/09/09 00:05:02 nit: alphabetize
Devlin 2015/09/09 15:46:06 wow, that was way off. Done.
extern const char kDisableMaterialDesignDownloads[];
extern const char kDisableMinimizeOnSecondLauncherItemClick[];
extern const char kDisableNewBookmarkApps[];
@@ -401,6 +402,7 @@ extern const char kDisableNewTaskManager[];
#endif // defined(ENABLE_TASK_MANAGER)
bool AboutInSettingsEnabled();
+bool MdExtensionsEnabled();
bool MdSettingsEnabled();
bool MediaRouterEnabled();
bool PdfMaterialUIEnabled();

Powered by Google App Engine
This is Rietveld 408576698