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

Unified Diff: content/browser/frame_host/interstitial_page_impl.h

Issue 2681933002: Add Java wrapper for RenderFrameHost (Closed)
Patch Set: Hold on to RFH main frame Created 3 years, 10 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/interstitial_page_impl.h
diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h
index 19361d6100abf7d554607369c148575bf81e89c2..18f12252a457acd35982ded0c105160dd5eb5008 100644
--- a/content/browser/frame_host/interstitial_page_impl.h
+++ b/content/browser/frame_host/interstitial_page_impl.h
@@ -98,6 +98,13 @@ class CONTENT_EXPORT InterstitialPageImpl
// NavigatorDelegate implementation.
WebContents* OpenURL(const OpenURLParams& params) override;
+#if defined(OS_ANDROID)
+ base::android::ScopedJavaLocalRef<jobject> GetJavaRenderFrameHostDelegate()
+ override {
+ return nullptr;
+ }
+#endif
+
protected:
// NotificationObserver method:
void Observe(int type,

Powered by Google App Engine
This is Rietveld 408576698