| 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();
|
|
|