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

Unified Diff: content/common/intents_messages.h

Issue 7930002: Rename WebIntentData for backend storage to WebIntentServiceData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/common/intents_messages.h
diff --git a/content/common/intents_messages.h b/content/common/intents_messages.h
index 25e7a7a9310a5450e1d12cd0423a87fe894e38c8..4a5ac7e323f61f04d21132621141e7a3dc21284b 100644
--- a/content/common/intents_messages.h
+++ b/content/common/intents_messages.h
@@ -46,3 +46,8 @@ IPC_MESSAGE_ROUTED3(IntentsMsg_WebIntentReply,
IntentsMsg_WebIntentReply_Type::Value /* reply type */,
string16 /* payload data */,
int /* intent ID */)
+
+// Route the startActivity Intents call from a page to the service picker.
+IPC_MESSAGE_ROUTED2(IntentsHostMsg_WebIntentDispatch,
Greg Billock 2011/09/20 18:20:33 Reminder: Have a look here and changed the signatu
+ webkit_glue::WebIntentData,
+ int /* intent ID */)

Powered by Google App Engine
This is Rietveld 408576698