blob: 41ad4afe4b8b22419009d2e6418024ac1cc8807e [file] [log] [blame]
// Copyright 2021 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_FEATURE_CONSTANTS_H_
#define CHROMECAST_COMMON_FEATURE_CONSTANTS_H_
namespace chromecast {
namespace feature {
// TODO(b/187758538): Upstream more Feature Constants here.
// TODO(b/187524799): Remove this feature when the related features are
// deprecated.
extern const char kEnableTrackAppRendererFeatureUse[];
// Apps use playready.
extern const char kEnablePlayready[];
} // namespace feature
} // namespace chromecast
#endif // CHROMECAST_COMMON_FEATURE_CONSTANTS_H_