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

Unified Diff: chrome/common/chrome_switches.h

Issue 1912773002: Remove the old task manager view (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile error 3 Created 4 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 4f0301f9803f22d0b8123d0cab568a086f29f061..6e0edd16e0796b0fe6ba70b48224df8041a02be8 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -390,10 +390,6 @@ extern const char kAllowUncheckedDangerousDownloads[];
extern const char kDisallowUncheckedDangerousDownloads[];
#endif
-#if defined(ENABLE_TASK_MANAGER)
-extern const char kDisableNewTaskManager[];
-#endif // defined(ENABLE_TASK_MANAGER)
-
#if defined(ENABLE_WAYLAND_SERVER)
extern const char kEnableWaylandServer[];
#endif
@@ -414,10 +410,6 @@ bool SettingsWindowEnabled();
bool PowerOverlayEnabled();
#endif
-#if defined(ENABLE_TASK_MANAGER)
-bool NewTaskManagerEnabled();
-#endif // defined(ENABLE_TASK_MANAGER)
-
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
// alphabetical order, or in one of the ifdefs (also in order in each section).

Powered by Google App Engine
This is Rietveld 408576698