diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 19:39:02 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 19:39:02 +0000 |
commit | 27d4821177b70eb47b02c9b922889a40f9d8a9eb (patch) | |
tree | 7f2f2cc4b6f504d8701a848e26c0636b1e787e0f /chrome/browser/task_manager.h | |
parent | a552526e396f22349a510e52045425ad0ea6f250 (diff) | |
download | chromium_src-27d4821177b70eb47b02c9b922889a40f9d8a9eb.zip chromium_src-27d4821177b70eb47b02c9b922889a40f9d8a9eb.tar.gz chromium_src-27d4821177b70eb47b02c9b922889a40f9d8a9eb.tar.bz2 |
Reverts parts of http://src.chromium.org/viewvc/chrome?view=rev&revision=16474 which aren't needed anymore.
Review URL: http://codereview.chromium.org/113669
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16642 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/task_manager.h')
-rw-r--r-- | chrome/browser/task_manager.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/task_manager.h b/chrome/browser/task_manager.h index a66cb8f..d58a21e 100644 --- a/chrome/browser/task_manager.h +++ b/chrome/browser/task_manager.h @@ -98,10 +98,6 @@ class TaskManager { // Close the task manager. void Close(); - // Do the cleanup that can't be done during singleton destruction by - // AtExitManager. Does nothing if the TaskManager hasn't been initialized. - static void EnsureShutdown(); - // Returns true if the current selection includes the browser process. bool BrowserProcessIsSelected(); @@ -137,9 +133,6 @@ class TaskManager { // Returns the singleton instance (and initializes it if necessary). static TaskManager* GetInstance(); - // Flag set to true when TaskManager is initialized. - static bool initialized_; - // The model used for gathering and processing task data. It is ref counted // because it is passed as a parameter to MessageLoop::InvokeLater(). scoped_refptr<TaskManagerModel> model_; |