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

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

Issue 2346903002: Fixes for WebContents associated interfaces support (Closed)
Patch Set: Created 4 years, 3 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/public/browser/web_contents_binding_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index a12f3ae03bce924e19f1ffdfaef4cc1b091365af..61eb578b2b1e317d463d69949acb62d5507a6e56 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -838,6 +838,10 @@ bool RenderProcessHostImpl::Init() {
if (channel_)
return true;
+ // Ensure that the RouteProvider proxy is re-initialized on next access since
+ // it's associated with a specific Channel instance.
+ remote_route_provider_.reset();
+
base::CommandLine::StringType renderer_prefix;
// A command prefix is something prepended to the command line of the spawned
// process.
« no previous file with comments | « no previous file | content/public/browser/web_contents_binding_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698