blob: 911d0a8bc0a021f6574f52c303f2ce7900073c89 [file] [log] [blame]
// Copyright 2019 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_BROWSER_CAST_BROWSER_INTERFACE_BINDERS_H_
#define CHROMECAST_BROWSER_CAST_BROWSER_INTERFACE_BINDERS_H_
#include "services/service_manager/public/cpp/binder_map.h"
namespace content {
class RenderFrameHost;
}
namespace chromecast {
namespace shell {
void PopulateCastFrameBinders(
content::RenderFrameHost* render_frame_host,
service_manager::BinderMapWithContext<content::RenderFrameHost*>*
binder_map);
} // namespace shell
} // namespace chromecast
#endif // CHROMECAST_BROWSER_CAST_BROWSER_INTERFACE_BINDERS_H_