Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index 49a9cdacc7764b7d54a85ac011a46a4e38aa73b7..0d0297f0ce6dd5116964a6ee9257bfcfddff845a 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -389,10 +389,6 @@ extern const char kAllowNaClFileHandleAPI[]; |
extern const char kAllowNaClSocketAPI[]; |
#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 |
@@ -413,10 +409,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). |