| 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 399de155202eaf7912fe14eb123ff34a791f7713..740f8a96246c89626745ed700f584d587f64b55a 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -855,7 +855,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableTouchEditing,
|
| switches::kEnableVsyncNotification,
|
| switches::kEnableWebPInAcceptHeader,
|
| - switches::kDisableMediaSource,
|
| + switches::kDisableWebKitMediaSource,
|
| switches::kEnableStrictSiteIsolation,
|
| switches::kDisableFullScreen,
|
| switches::kEnableNewDialogStyle,
|
|
|