Add fallback implementation to reorderSpinners for pre JB MR2.
[chromium-blink-merge.git] / chromecast / common / chromecast_switches.h
blob5840d4501139301d1767c68f405672efd8e7fcf9
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_
6 #define CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_
8 #include "build/build_config.h"
10 namespace switches {
12 // Media switches
13 extern const char kEnableCmaMediaPipeline[];
14 extern const char kHdmiSinkSupportedCodecs[];
16 #if defined(OS_ANDROID)
17 // Content-implementation switches
18 extern const char kEnableLocalFileAccesses[];
19 #endif // defined(OS_ANDROID)
21 // Metrics switches
22 extern const char kOverrideMetricsUploadUrl[];
24 // Network switches
25 extern const char kNoWifi[];
27 // Switches to communicate app state information
28 extern const char kLastLaunchedApp[];
29 extern const char kPreviousApp[];
31 } // namespace switches
33 #endif // CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_