| Index: chromecast/common/chromecast_switches.h
|
| diff --git a/chromecast/common/chromecast_switches.h b/chromecast/common/chromecast_switches.h
|
| deleted file mode 100644
|
| index 697a8a15763dc68be929d7f93b428005d53280c6..0000000000000000000000000000000000000000
|
| --- a/chromecast/common/chromecast_switches.h
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_
|
| -#define CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_
|
| -
|
| -#include "build/build_config.h"
|
| -
|
| -namespace switches {
|
| -
|
| -// Media switches
|
| -extern const char kEnableCmaMediaPipeline[];
|
| -extern const char kHdmiSinkSupportedCodecs[];
|
| -
|
| -// Content-implementation switches
|
| -extern const char kEnableLocalFileAccesses[];
|
| -
|
| -// Metrics switches
|
| -extern const char kOverrideMetricsUploadUrl[];
|
| -
|
| -// Network switches
|
| -extern const char kNoWifi[];
|
| -
|
| -// Switches to communicate app state information
|
| -extern const char kLastLaunchedApp[];
|
| -extern const char kPreviousApp[];
|
| -
|
| -} // namespace switches
|
| -
|
| -#endif // CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_
|
|
|