| 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 03f28d771ece431eae9cd1ac660bfa5b8dcda2cd..4a7c8b8e84ad85fe52e65e2d6834414d4b9a952d 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -954,6 +954,9 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDefaultTileHeight,
|
| switches::kMaxUntiledLayerWidth,
|
| switches::kMaxUntiledLayerHeight,
|
| +#if defined(OS_CHROMEOS)
|
| + switches::kEnableEncodedScreenCapture,
|
| +#endif
|
| switches::kEnableViewport,
|
| switches::kEnableInbandTextTracks,
|
| switches::kEnableOpusPlayback,
|
|
|