| Index: chromecast/common/chromecast_switches.cc
|
| diff --git a/chromecast/common/chromecast_switches.cc b/chromecast/common/chromecast_switches.cc
|
| index 0ccbf7bc0cf9577e77723123b8f54bb8bffb10e8..d66d2ffca8bfecd39f1d0cc169fc3336d5e30f64 100644
|
| --- a/chromecast/common/chromecast_switches.cc
|
| +++ b/chromecast/common/chromecast_switches.cc
|
| @@ -6,6 +6,9 @@
|
|
|
| namespace switches {
|
|
|
| +// Enable the CMA media pipeline.
|
| +const char kEnableCmaMediaPipeline[] = "enable-cma-media-pipeline";
|
| +
|
| #if defined(OS_ANDROID)
|
| // Enable file accesses for debug.
|
| const char kEnableLocalFileAccesses[] = "enable-local-file-accesses";
|
|
|