blob: fd6aaff02d9ba5a60c3bb83bfc7aa2b6d21a65c0 [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 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_