Chromium Code Reviews| 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 16eb32286ffd4674c44d1ecf3f73f6e0705fcbe8..09fe57ee228ff760a60d362a593758d8c83627f6 100644 |
| --- a/content/browser/renderer_host/render_process_host_impl.cc |
| +++ b/content/browser/renderer_host/render_process_host_impl.cc |
| @@ -1518,6 +1518,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
| switches::kSitePerProcess, |
| switches::kStatsCollectionController, |
| switches::kTestType, |
| + switches::kTopDocumentIsolation, |
|
Charlie Reis
2016/03/25 19:47:13
Ah yes. I was wondering why we need this in the r
ncarter (slow)
2016/03/28 22:00:29
Exactly right. Hilarious things happen if you forg
|
| switches::kTouchEvents, |
| switches::kTouchTextSelectionStrategy, |
| switches::kTraceConfigFile, |