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

Unified Diff: content/browser/renderer_host/browser_render_process_host.cc

Issue 7599003: Add IPC for DNS host address resolution. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 4 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
« no previous file with comments | « no previous file | content/browser/renderer_host/p2p/socket_dispatcher_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/browser_render_process_host.cc
diff --git a/content/browser/renderer_host/browser_render_process_host.cc b/content/browser/renderer_host/browser_render_process_host.cc
index 22928672506170a8a0a2a89604c66f25914eecae..8552ecc465782c410b1bf47931809d4198e176cf 100644
--- a/content/browser/renderer_host/browser_render_process_host.cc
+++ b/content/browser/renderer_host/browser_render_process_host.cc
@@ -402,7 +402,8 @@ void BrowserRenderProcessHost::CreateMessageFilters() {
widget_helper_.get(), &RenderWidgetHelper::GetNextRoutingID)));
#if defined(ENABLE_P2P_APIS)
- channel_->AddFilter(new P2PSocketDispatcherHost());
+ channel_->AddFilter(new P2PSocketDispatcherHost(
+ &browser_context()->GetResourceContext()));
#endif
channel_->AddFilter(new TraceMessageFilter());
« no previous file with comments | « no previous file | content/browser/renderer_host/p2p/socket_dispatcher_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698