| 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;
|
|
|