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

Unified Diff: chrome/browser/renderer_host/chrome_render_view_host_observer.cc

Issue 8033001: Delegate decision what site instances can be rendered in what process to chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 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 | « chrome/browser/extensions/extension_process_manager.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/chrome_render_view_host_observer.cc
diff --git a/chrome/browser/renderer_host/chrome_render_view_host_observer.cc b/chrome/browser/renderer_host/chrome_render_view_host_observer.cc
index ada4a3b24c30d3eb7ddb71cf61d9ff64bfcb11d3..2bc48d2f1bc29d528bb2fc8296c0e292d7b8b49c 100644
--- a/chrome/browser/renderer_host/chrome_render_view_host_observer.cc
+++ b/chrome/browser/renderer_host/chrome_render_view_host_observer.cc
@@ -97,6 +97,7 @@ void ChromeRenderViewHostObserver::InitRenderViewHostForExtensions() {
render_view_host()->AllowBindings(BindingsPolicy::EXTENSION);
ChildProcessSecurityPolicy::GetInstance()->GrantExtensionBindings(
render_view_host()->process()->id());
+ process_manager->RegisterProcessHost(render_view_host()->process()->id());
}
}
« no previous file with comments | « chrome/browser/extensions/extension_process_manager.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698