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

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: Nits 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/browser/ui/webui/extensions/extensions_ui.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 82f5f5cc8bda41e750961c9a4af18d1ac62bba22..c255ad0cc7aaed4f2fa19a7eb62f5f7eaa2e632b 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -132,6 +132,7 @@ extern const char kEnableFastUnload[];
extern const char kEnableFeatures[];
extern const char kEnableInsecureQuic[];
extern const char kEnableMaterialDesignDownloads[];
+extern const char kEnableMaterialDesignExtensions[];
extern const char kEnableMaterialDesignSettings[];
extern const char kEnableMediaRouter[];
extern const char kEnableNaCl[];
@@ -401,6 +402,7 @@ extern const char kDisableNewTaskManager[];
#endif // defined(ENABLE_TASK_MANAGER)
bool AboutInSettingsEnabled();
+bool MdExtensionsEnabled();
bool MdSettingsEnabled();
bool MediaRouterEnabled();
bool PdfMaterialUIEnabled();
« no previous file with comments | « chrome/browser/ui/webui/extensions/extensions_ui.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698