// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_CAST_STREAMING_COMMON_PUBLIC_FEATURES_H_ #define COMPONENTS_CAST_STREAMING_COMMON_PUBLIC_FEATURES_H_ namespace cast_streaming { // Returns whether the remoting feature should be supported. bool IsCastRemotingEnabled(); } // namespace cast_streaming #endif // COMPONENTS_CAST_STREAMING_COMMON_PUBLIC_FEATURES_H_