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

Unified Diff: content/common/view_messages.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/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index da0687c5b65d16bd3c50eaf1e0f0cdfbc60f7294..4251034fcdf712960391503855028ad1c9472f06 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -2041,6 +2041,14 @@ IPC_MESSAGE_ROUTED4(ViewHostMsg_RegisterIntentHandler,
string16 /* href */,
string16 /* title */)
+// Route the startActivity Intents call from a page to the service picker.
+IPC_MESSAGE_ROUTED5(ViewHostMsg_WebIntentDispatch,
+ int /* routing id */,
+ string16 /* action */,
+ string16 /* type */,
+ string16 /* payload data */,
+ int /* intent ID */)
+
// Stores new inspector setting in the profile.
// TODO(jam): this should be in the chrome module
IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateInspectorSetting,

Powered by Google App Engine
This is Rietveld 408576698