| 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 c186bd360568a77a36bb69e18019cef1c5031567..1f432abfb07a804303327a128c4bbfa3121f432d 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -124,6 +124,7 @@
|
| #include "ui/gl/gl_switches.h"
|
| #include "webkit/fileapi/sandbox_mount_point_provider.h"
|
| #include "webkit/glue/resource_type.h"
|
| +#include "webkit/media/media_switches.h"
|
| #include "webkit/plugins/plugin_switches.h"
|
|
|
| #if defined(OS_WIN)
|
| @@ -861,6 +862,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| #if defined(OS_ANDROID)
|
| switches::kNetworkCountryIso,
|
| switches::kDisableGestureRequirementForMediaPlayback,
|
| + switches::kUseExternalVideoSurface,
|
| #endif
|
| switches::kNoReferrers,
|
| switches::kNoSandbox,
|
|
|