blob: 1deae8977a811b8fd4dca80081c0ce0f85987734 [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[];
} // namespace feature
} // namespace chromecast
#endif // CHROMECAST_COMMON_FEATURE_CONSTANTS_H_