blob: 07eee135b190aacd93c1c8e58c34dfc0b3e5778d [file] [log] [blame]
// Copyright 2020 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 COMPONENTS_MEDIA_ROUTER_COMMON_PREF_NAMES_H_
#define COMPONENTS_MEDIA_ROUTER_COMMON_PREF_NAMES_H_
namespace media_router {
namespace prefs {
extern const char kMediaRouterCloudServicesPrefSet[];
extern const char kMediaRouterEnableCloudServices[];
extern const char kMediaRouterMediaRemotingEnabled[];
extern const char kMediaRouterTabMirroringSources[];
} // namespace prefs
} // namespace media_router
#endif // COMPONENTS_MEDIA_ROUTER_COMMON_PREF_NAMES_H_