blob: 34b0f762baf29c001b016e7ed5ddebafcb2c37a5 [file] [log] [blame]
// 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 {
extern const char kEnableCmaMediaPipeline[];
#if defined(OS_ANDROID)
// Content-implementation switches
extern const char kEnableLocalFileAccesses[];
#endif // defined(OS_ANDROID)
// Metrics switches
extern const char kOverrideMetricsUploadUrl[];
} // namespace switches
#endif // CHROMECAST_COMMON_CHROMECAST_SWITCHES_H_