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

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

Issue 2831683002: Introduce support for origins that require process isolation. (Closed)
Patch Set: Charlie's comments (round 3) Created 3 years, 7 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 | « content/browser/isolated_origin_browsertest.cc ('k') | content/browser/site_instance_impl.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 c94b514e0caf32eeddd9f42c60fdb76843f2c5ce..2d00f9f1c44b660adb31767bebad7e44dcd28229 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1971,6 +1971,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kIgnoreAutoplayRestrictionsForTests,
switches::kInertVisualViewport,
switches::kIPCConnectionTimeout,
+ switches::kIsolateOrigins,
switches::kIsRunningInMash,
switches::kJavaScriptFlags,
switches::kLoggingLevel,
« no previous file with comments | « content/browser/isolated_origin_browsertest.cc ('k') | content/browser/site_instance_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698