| 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 de6cb37ad67bf21b445ae61c090747f0c43d3601..5c9f1228567609d4444a0670e6584e61d9b85817 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1402,7 +1402,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisableDirectNPAPIRequests,
|
| switches::kDisableDisplayList2dCanvas,
|
| switches::kDisableDistanceFieldText,
|
| - switches::kDisableEncryptedMedia,
|
| switches::kDisableFileSystem,
|
| switches::kDisableGestureRequirementForMediaPlayback,
|
| switches::kDisableGestureRequirementForPresentation,
|
| @@ -1415,7 +1414,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisableLCDText,
|
| switches::kDisableLocalStorage,
|
| switches::kDisableLogging,
|
| - switches::kDisableMediaSource,
|
| switches::kDisableMediaSuspend,
|
| switches::kDisableMojoChannel,
|
| switches::kDisableNotifications,
|
|
|