| Index: chromecast/base/chromecast_switches.cc
|
| diff --git a/chromecast/base/chromecast_switches.cc b/chromecast/base/chromecast_switches.cc
|
| index addc14537a723cf7b8087d3f70e5320d5a9b91ae..94186c8fd5a8a1e9ffd0395a64cef4dfef153cfd 100644
|
| --- a/chromecast/base/chromecast_switches.cc
|
| +++ b/chromecast/base/chromecast_switches.cc
|
| @@ -12,11 +12,6 @@ const char kEnableCmaMediaPipeline[] = "enable-cma-media-pipeline";
|
| // The bitmask of codecs (media_caps.h) supported by the current HDMI sink.
|
| const char kHdmiSinkSupportedCodecs[] = "hdmi-sink-supported-codecs";
|
|
|
| -// Enables old (VIDEO_HOLE) hole punching codepath for video plane.
|
| -// TODO(halliwell): remove switch and old codepath once overlays
|
| -// are well established.
|
| -const char kEnableLegacyHolePunching[] = "enable-legacy-hole-punching";
|
| -
|
| // Enable file accesses. It should not be enabled for most Cast devices.
|
| const char kEnableLocalFileAccesses[] = "enable-local-file-accesses";
|
|
|
|
|