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

Unified Diff: chrome/browser/renderer_host/resource_message_filter.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/resource_message_filter.h
===================================================================
--- chrome/browser/renderer_host/resource_message_filter.h (revision 30650)
+++ chrome/browser/renderer_host/resource_message_filter.h (working copy)
@@ -108,7 +108,6 @@
ResourceDispatcherHost* resource_dispatcher_host() {
return resource_dispatcher_host_;
}
- MessageLoop* ui_loop();
bool off_the_record() { return off_the_record_; }
CallbackWithReturnValue<int>::Type* next_route_id_callback() {
return next_route_id_callback_.get();
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_win.cc ('k') | chrome/browser/renderer_host/resource_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698