| 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 71c0257ff5000fcb3111d0278ceec9c707f0831a..c333aa14827dfa80f57486883c003435fc0296b7 100644
|
| --- a/chrome/browser/task_manager/task_manager.h
|
| +++ b/chrome/browser/task_manager/task_manager.h
|
| @@ -54,6 +54,9 @@ 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;
|
|
|
|
|