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

Unified Diff: content/public/browser/render_widget_host_view.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
« no previous file with comments | « content/public/browser/android/content_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_widget_host_view.h
diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h
index c49760ba74a46661fad1d926fe2c5f4e44f711c8..330693543fc927911267f62694994e3bcd2604d9 100644
--- a/content/public/browser/render_widget_host_view.h
+++ b/content/public/browser/render_widget_host_view.h
@@ -18,6 +18,7 @@
#endif
class BrowserAccessibilityManager;
+class GURL;
namespace gfx {
class Rect;
@@ -132,6 +133,10 @@ class CONTENT_EXPORT RenderWidgetHostView {
virtual gfx::NativeView BuildInputMethodsGtkMenu() = 0;
#endif // defined(TOOLKIT_GTK)
+#if defined(OS_ANDROID)
+ virtual void StartContentIntent(const GURL& content_url) = 0;
+#endif
+
// Subclasses should override this method to do what is appropriate to set
// the custom background for their platform.
virtual void SetBackground(const SkBitmap& background) = 0;
« no previous file with comments | « content/public/browser/android/content_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698