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

Unified Diff: content/common/intents_messages.h

Issue 10268014: Add constructor to get extras, service, ports from WebIntent object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Take out content include. Created 8 years, 8 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 | webkit/glue/web_intent_data.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 0102e6c4858fab3e8667cb48001a1114af162ea3..4dc568a7d1a275ed6e1de23c92dcdb9d1bd150d6 100644
--- a/content/common/intents_messages.h
+++ b/content/common/intents_messages.h
@@ -25,6 +25,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebIntentData)
IPC_STRUCT_TRAITS_MEMBER(extra_data)
IPC_STRUCT_TRAITS_MEMBER(service)
IPC_STRUCT_TRAITS_MEMBER(unserialized_data)
+ IPC_STRUCT_TRAITS_MEMBER(message_port_ids)
IPC_STRUCT_TRAITS_MEMBER(blob_file)
IPC_STRUCT_TRAITS_MEMBER(blob_length)
IPC_STRUCT_TRAITS_MEMBER(data_type)
« no previous file with comments | « no previous file | webkit/glue/web_intent_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698