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

Unified Diff: chrome/browser/renderer_host/render_widget_helper.h

Issue 342068: Third patch in getting rid of caching MessageLoop pointers and always using C... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months 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
Index: chrome/browser/renderer_host/render_widget_helper.h
===================================================================
--- chrome/browser/renderer_host/render_widget_helper.h (revision 30650)
+++ chrome/browser/renderer_host/render_widget_helper.h (working copy)
@@ -23,7 +23,6 @@
class TimeDelta;
}
-class MessageLoop;
class ResourceDispatcherHost;
struct ViewMsg_ClosePage_Params;
@@ -120,8 +119,6 @@
// Called on the IO thread when a PaintRect message is received.
void DidReceivePaintMsg(const IPC::Message& msg);
- MessageLoop* ui_loop() { return ui_loop_; }
-
void CreateNewWindow(int opener_id,
bool user_gesture,
base::ProcessHandle render_process,
@@ -184,7 +181,6 @@
Lock pending_paints_lock_;
int render_process_id_;
- MessageLoop* ui_loop_;
// Event used to implement WaitForPaintMsg.
base::WaitableEvent event_;
« no previous file with comments | « chrome/browser/renderer_host/buffered_resource_handler.cc ('k') | chrome/browser/renderer_host/render_widget_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698