| 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 2e7bba8213b63d973faae74ba03d1c3731754d5a..96a87da319799c6883c54614f24dcb6cd6af5c5e 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -125,7 +125,6 @@
|
| #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)
|
| @@ -902,6 +901,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| #if defined(OS_ANDROID)
|
| switches::kNetworkCountryIso,
|
| switches::kDisableGestureRequirementForMediaPlayback,
|
| +#endif
|
| +#if defined(GOOGLE_TV)
|
| switches::kUseExternalVideoSurfaceThresholdInPixels,
|
| #endif
|
| switches::kNoReferrers,
|
|
|