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

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 10695124: Add support for triggering Android intents based on content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit fixes. Created 8 years, 5 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/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;
« no previous file with comments | « content/browser/android/content_view_impl.cc ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698