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