Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1128)

Unified Diff: content/browser/android/java_interfaces_impl.h

Issue 2217813003: Add global and per-WebContents java InterfaceRegistries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@java-interface-registry
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/android/java_interfaces_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/android/java_interfaces_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698