Index: content/renderer/render_view.h |
diff --git a/content/renderer/render_view.h b/content/renderer/render_view.h |
index 1d1919ec65d39388eb7008b29000d998afe5d46e..dbd6713e166da7c5f9b431f0c655fad8154e6002 100644 |
--- a/content/renderer/render_view.h |
+++ b/content/renderer/render_view.h |
@@ -439,6 +439,10 @@ class RenderView : public RenderWidget, |
const WebKit::WebString& href, |
const WebKit::WebString& title); |
virtual WebKit::WebPageVisibilityState visibilityState() const; |
+ virtual void startActivity(const WebKit::WebString& action, |
+ const WebKit::WebString& type, |
James Hawkins
2011/08/17 03:18:39
This is from the other CL, right?
Greg Billock
2011/08/17 18:49:50
Yeah, unfortunately it looks like there's no way t
|
+ const WebKit::WebString& data, |
+ int intent_id); |
// WebKit::WebFrameClient implementation ------------------------------------- |