| 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 1f9ff8d5d4c79cf36cbd7b5aeed3db04c1d66fa5..c6d5d4e91c3b2061529120530b1ead506c07bb5d 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -659,6 +659,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kAuditAllHandles,
|
| switches::kAuditHandles,
|
| switches::kChromeFrame,
|
| + switches::kDartFlags,
|
| switches::kDisable3DAPIs,
|
| switches::kDisableAcceleratedCompositing,
|
| switches::kDisableApplicationCache,
|
|
|