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

Unified Diff: content/common/intents_messages.h

Issue 8343070: Support dispositon attribute. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try again Created 9 years, 2 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 | « content/browser/tab_contents/tab_contents_delegate.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */)
« no previous file with comments | « content/browser/tab_contents/tab_contents_delegate.cc ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698