[go: nahoru, domu]

blob: dbf1d95f9c417ac00b39b1f4c143cf3cdd3defb7 [file] [log] [blame]
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_RENDERER_BROWSER_EXPOSED_RENDERER_INTERFACES_H_
#define CHROME_RENDERER_BROWSER_EXPOSED_RENDERER_INTERFACES_H_
namespace mojo {
class BinderMap;
} // namespace mojo
class ChromeContentRendererClient;
void ExposeChromeRendererInterfacesToBrowser(
ChromeContentRendererClient* client,
mojo::BinderMap* binders);
#endif // CHROME_RENDERER_BROWSER_EXPOSED_RENDERER_INTERFACES_H_