Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3340)

Unified Diff: chrome/browser/browser_process_impl.h

Issue 12817: A new copy of the old system monitor changelist. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_process.h ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_impl.h
===================================================================
--- chrome/browser/browser_process_impl.h (revision 6119)
+++ chrome/browser/browser_process_impl.h (working copy)
@@ -167,11 +167,6 @@
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 @@
MemoryModel memory_model_;
- scoped_refptr<SuspendController> suspend_controller_;
-
bool checked_for_new_frames_;
bool using_new_frames_;
« no previous file with comments | « chrome/browser/browser_process.h ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698