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

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

Issue 2692023002: Make PaymentRequestImpl work with RenderFrameHost (Closed)
Patch Set: Address review comment Created 3 years, 9 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 | « chrome/browser/chrome_content_browser_client.cc ('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
index f78c063d981cba8519e914c8d42cefd74d9ac75b..fd5cb80f89d3bf065e78683e66b552b676d4b7d0 100644
--- a/content/browser/android/java_interfaces_impl.h
+++ b/content/browser/android/java_interfaces_impl.h
@@ -9,12 +9,17 @@
#include "services/service_manager/public/interfaces/interface_provider.mojom.h"
namespace content {
+class RenderFrameHostImpl;
class WebContents;
void BindInterfaceRegistryForWebContents(
service_manager::mojom::InterfaceProviderRequest request,
WebContents* web_contents);
+void BindInterfaceRegistryForRenderFrameHost(
+ service_manager::mojom::InterfaceProviderRequest request,
+ RenderFrameHostImpl* render_frame_host);
+
} // namespace content
#endif // CONTENT_BROWSER_ANDROID_JAVA_INTERFACES_IMPL_H_
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | content/browser/android/java_interfaces_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698