| 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 62f6687915cf10c07eb5c76f226da0dd9f93026d..dd645dbb3730a8133adc13c1f3cd61147f7cea68 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -123,6 +123,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)
|
| @@ -853,6 +854,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| #if defined(OS_ANDROID)
|
| switches::kNetworkCountryIso,
|
| switches::kDisableGestureRequirementForMediaPlayback,
|
| + switches::kUseExternalVideoSurface,
|
| #endif
|
| switches::kNoReferrers,
|
| switches::kNoSandbox,
|
|
|