| 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 8239c12b08030b0f04b97b76ebd0d406dc17192d..23fd985ef5ddad0e114764712c22243af84b1f96 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -809,6 +809,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisableTouchAdjustment,
|
| switches::kEnableViewport,
|
| switches::kEnableOpusPlayback,
|
| + switches::kEnableVp9Playback,
|
| switches::kForceDeviceScaleFactor,
|
| switches::kFullMemoryCrashReport,
|
| #if !defined (GOOGLE_CHROME_BUILD)
|
|
|