| 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 1f24f20d221a8f5a7bfdd708dba304f70ae7d6cb..69550dc8a988fe2f5dbd1f5d6f3846fbe297b567 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -925,6 +925,9 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDefaultTileHeight,
|
| switches::kMaxUntiledLayerWidth,
|
| switches::kMaxUntiledLayerHeight,
|
| +#if defined(OS_CHROMEOS)
|
| + switches::kEnableEncodedScreenCapture,
|
| +#endif
|
| switches::kEnableViewport,
|
| switches::kEnableOpusPlayback,
|
| switches::kEnableVp8AlphaPlayback,
|
|
|