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

Unified Diff: content/browser/frame_host/render_frame_host_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
Index: content/browser/frame_host/render_frame_host_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index 4b107988cab53ea883fc86af937dd1ed0515ff90..52146afcb257b9cf55e2bfd03c0eb68b21976a48 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -620,6 +620,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
#if defined(OS_ANDROID)
base::android::ScopedJavaLocalRef<jobject> GetJavaRenderFrameHost();
+ service_manager::InterfaceProvider* GetJavaInterfaces() override;
#endif
protected:
@@ -1137,6 +1138,10 @@ class CONTENT_EXPORT RenderFrameHostImpl
// Tracks the feature policy which has been set on this frame.
std::unique_ptr<FeaturePolicy> feature_policy_;
+#if defined(OS_ANDROID)
+ std::unique_ptr<service_manager::InterfaceProvider> java_interfaces_;
+#endif
+
// NOTE: This must be the last member.
base::WeakPtrFactory<RenderFrameHostImpl> weak_ptr_factory_;
« no previous file with comments | « content/browser/android/java_interfaces_impl.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698