| Index: content/browser/android/java_interfaces_impl.h
|
| diff --git a/content/browser/android/java_interfaces_impl.h b/content/browser/android/java_interfaces_impl.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e49ddcd24b9aac2187106ed1b990eb5277c63362
|
| --- /dev/null
|
| +++ b/content/browser/android/java_interfaces_impl.h
|
| @@ -0,0 +1,20 @@
|
| +// Copyright 2016 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 CONTENT_BROWSER_ANDROID_JAVA_INTERFACES_IMPL_H_
|
| +#define CONTENT_BROWSER_ANDROID_JAVA_INTERFACES_IMPL_H_
|
| +
|
| +#include "content/public/browser/android/java_interfaces.h"
|
| +#include "services/shell/public/interfaces/interface_provider.mojom.h"
|
| +
|
| +namespace content {
|
| +class WebContents;
|
| +
|
| +void BindInterfaceRegistryForWebContents(
|
| + shell::mojom::InterfaceProviderRequest request,
|
| + WebContents* web_contents);
|
| +
|
| +} // namespace content
|
| +
|
| +#endif // CONTENT_BROWSER_ANDROID_JAVA_INTERFACES_IMPL_H_
|
|
|