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

Unified Diff: chrome/common/chrome_switches.h

Issue 1248823004: Phase 3: Implement New Task Manager Flag in about:flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 1b4302a0f7ef389641b05e78f0c8fd4c729e0140..479df9fdb5849806fa0d42a322f917a504bcc3bf 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -137,6 +137,7 @@ extern const char kEnableNaCl[];
extern const char kEnableNavigationTracing[];
extern const char kEnableNetBenchmarking[];
extern const char kEnableNewBookmarkApps[];
+extern const char kEnableNewTaskManager[];
extern const char kEnableOfflineAutoReload[];
extern const char kEnableOfflineAutoReloadVisibleOnly[];
extern const char kEnablePanels[];
@@ -404,6 +405,7 @@ bool AboutInSettingsEnabled();
bool MdDownloadsEnabled();
bool MdSettingsEnabled();
bool MediaRouterEnabled();
+bool NewTaskManagerEnabled();
bool PdfMaterialUIEnabled();
bool SettingsWindowEnabled();

Powered by Google App Engine
This is Rietveld 408576698