Chromium Code Reviews| Index: chrome/browser/task_manager/task_manager.h |
| diff --git a/chrome/browser/task_manager/task_manager.h b/chrome/browser/task_manager/task_manager.h |
| index 464637e9b78baae32a3ba8d9fbaef5efcedd7ffe..6538ffa051d6355e97f6b2d0f0cda1c1b1bd22c9 100644 |
| --- a/chrome/browser/task_manager/task_manager.h |
| +++ b/chrome/browser/task_manager/task_manager.h |
| @@ -24,6 +24,14 @@ |
| #include "gpu/ipc/common/memory_stats.h" |
| #include "third_party/WebKit/public/web/WebCache.h" |
| +// ----------------------------------------------------------------------------- |
| +// DEPRECATED: |
| +// - This is currently enabled only on MacOSX, and will be removed soon (See |
| +// crbug.com/528486). |
| +// - Please don't add any new stuff here. See the new implementation in |
| +// //src/chrome/browser/task_management. |
| +// ----------------------------------------------------------------------------- |
|
Lei Zhang
2016/04/23 00:52:32
Do we have a timeline for when this gets removed?
afakhry
2016/04/25 20:02:50
Great idea! Done.
|
| + |
| class PrefRegistrySimple; |
| class PrivateWorkingSetSnapshot; |
| class TaskManagerModel; |
| @@ -52,11 +60,6 @@ class URLRequest; |
| // This class is a singleton. |
| class TaskManager { |
| public: |
| - static void RegisterPrefs(PrefRegistrySimple* registry); |
| - |
| - // Returns true if the user is allowed to end processes. |
| - static bool IsEndProcessEnabled(); |
| - |
| // Returns true if the process at the specified index is the browser process. |
| bool IsBrowserProcess(int index) const; |