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

Unified Diff: content/renderer/render_view.h

Issue 7624012: First pass on intents options UI. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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/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 -------------------------------------

Powered by Google App Engine
This is Rietveld 408576698