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

Unified Diff: chrome/browser/task_management/task_manager_interface.h

Issue 2197483003: Move the Mac Task Manager to the new backend code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark Created 4 years, 4 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/browser/task_management/task_manager_interface.h
diff --git a/chrome/browser/task_management/task_manager_interface.h b/chrome/browser/task_management/task_manager_interface.h
index 9b62f0ba7aad3005e412f43cab816baaa239c3c1..92c4833ef2c9a89cf0bfc6877357ebb32948825f 100644
--- a/chrome/browser/task_management/task_manager_interface.h
+++ b/chrome/browser/task_management/task_manager_interface.h
@@ -45,11 +45,6 @@ class TaskManagerInterface {
// Returns true if the user is allowed to end processes.
static bool IsEndProcessEnabled();
-#if defined(OS_MACOSX)
- // On Mac OS, the old task manager is still being used on cocoa.
- static bool IsNewTaskManagerEnabled();
-#endif // defined(OS_MACOSX)
-
// Gets the existing instance of the task manager if any, otherwise it will
// create it first. Must be called on the UI thread.
static TaskManagerInterface* GetTaskManager();
« no previous file with comments | « chrome/browser/task_management/task_manager_browsertest.cc ('k') | chrome/browser/task_management/task_manager_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698