| Index: content/common/intents_messages.h
|
| diff --git a/content/common/intents_messages.h b/content/common/intents_messages.h
|
| index efa011dd1517e59bf3c21ddbca5a67407af9f312..501145ee947ede13ade6df14ae136df3832cf942 100644
|
| --- a/content/common/intents_messages.h
|
| +++ b/content/common/intents_messages.h
|
| @@ -33,3 +33,11 @@ IPC_MESSAGE_ROUTED3(IntentsMsg_WebIntentReply,
|
| IPC_MESSAGE_ROUTED2(IntentsHostMsg_WebIntentDispatch,
|
| webkit_glue::WebIntentData,
|
| int /* intent ID */)
|
| +
|
| +// Register a new handler for Intents with the given action and type filter.
|
| +IPC_MESSAGE_ROUTED5(IntentsHostMsg_RegisterIntentHandler,
|
| + string16 /* action */,
|
| + string16 /* type */,
|
| + string16 /* href */,
|
| + string16 /* title */,
|
| + string16 /* disposition */)
|
|
|