summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process_impl.h
diff options
context:
space:
mode:
authormbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-13 20:48:36 +0000
committermbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-13 20:48:36 +0000
commit0a30765779382fa4cd46d47dab4db0ad607e7569 (patch)
treeae593d32fc4052115c428382f451bdd110bcf460 /chrome/browser/browser_process_impl.h
parenta211dddeb82823e7bf1baa24eb9583f95db7de4e (diff)
downloadchromium_src-0a30765779382fa4cd46d47dab4db0ad607e7569.zip
chromium_src-0a30765779382fa4cd46d47dab4db0ad607e7569.tar.gz
chromium_src-0a30765779382fa4cd46d47dab4db0ad607e7569.tar.bz2
A new shot at the old system monitor changelist.
Review URL: http://codereview.chromium.org/12883 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r--chrome/browser/browser_process_impl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index fa5e969..6f51102 100644
--- a/chrome/browser/browser_process_impl.h
+++ b/chrome/browser/browser_process_impl.h
@@ -167,11 +167,6 @@ class BrowserProcessImpl : public BrowserProcess, public NonThreadSafe {
return memory_model_;
}
- virtual SuspendController* suspend_controller() {
- DCHECK(CalledOnValidThread());
- return suspend_controller_.get();
- }
-
virtual HANDLE shutdown_event() { return shutdown_event_; }
private:
@@ -243,8 +238,6 @@ class BrowserProcessImpl : public BrowserProcess, public NonThreadSafe {
MemoryModel memory_model_;
- scoped_refptr<SuspendController> suspend_controller_;
-
bool checked_for_new_frames_;
bool using_new_frames_;