Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index d3b0a8eb98953e3a32084ff99ae10890a78971b0..626e5c47262aa6c3e09f8b82840cdf08a6e9e9ca 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -551,6 +551,10 @@ class CONTENT_EXPORT RenderViewHostImpl |
void OnMsgShowPopup(const ViewHostMsg_ShowPopup_Params& params); |
#endif |
+#if defined(OS_ANDROID) |
+ void OnStartContentIntent(const GURL& content_url); |
+#endif |
+ |
private: |
friend class TestRenderViewHost; |