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

Unified Diff: chrome/browser/browser_child_process_host.h

Issue 6055002: Create a message filter for message port messages. This allows a nice cleanu... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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/browser_child_process_host.h
===================================================================
--- chrome/browser/browser_child_process_host.h (revision 69724)
+++ chrome/browser/browser_child_process_host.h (working copy)
@@ -116,6 +116,10 @@
// the host list. Calls ChildProcessHost::ForceShutdown
virtual void ForceShutdown();
+ ResourceDispatcherHost* resource_dispatcher_host() {
+ return resource_dispatcher_host_;
+ }
+
private:
void Initialize(ResourceMessageFilter::URLRequestContextOverride*
url_request_context_override);

Powered by Google App Engine
This is Rietveld 408576698