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

Unified Diff: content/renderer/render_view_impl.h

Issue 9186021: Update chromium code to use WebIntentRequest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 | « no previous file | content/renderer/render_view_impl.cc » ('j') | content/renderer/web_intents_host.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 22a555fbff39552d742e64408c51e867736321fa..5a1a00f9d8c5764fdc49c55d26c2e66b80a5080a 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -528,7 +528,7 @@ class RenderViewImpl : public RenderWidget,
WebKit::WebFrame* frame,
const WebKit::WebIntentServiceInfo& service);
virtual void dispatchIntent(WebKit::WebFrame* frame,
- const WebKit::WebIntent& intent);
+ WebKit::WebIntentRequest* intent);
James Hawkins 2012/01/12 00:11:58 Just curious, why does this need to come through a
Greg Billock 2012/01/12 18:54:45 Yeah, we're talking about that on the webkit CR. B
James Hawkins 2012/01/12 19:07:36 Up to you, was just curious.
// WebKit::WebPageSerializerClient implementation ----------------------------
« no previous file with comments | « no previous file | content/renderer/render_view_impl.cc » ('j') | content/renderer/web_intents_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698