summaryrefslogtreecommitdiffstats
path: root/content/common
diff options
context:
space:
mode:
authorgbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-27 21:43:19 +0000
committergbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-27 21:43:19 +0000
commit7e6a15fa3a168edaff69b0075b3cd4c6fdac1c5c (patch)
tree1f5bd043507a9058d1c8bdfa746ad69aad198a33 /content/common
parent7b5e9ff50395ba431ee530092c37781e8adfadfe (diff)
downloadchromium_src-7e6a15fa3a168edaff69b0075b3cd4c6fdac1c5c.zip
chromium_src-7e6a15fa3a168edaff69b0075b3cd4c6fdac1c5c.tar.gz
chromium_src-7e6a15fa3a168edaff69b0075b3cd4c6fdac1c5c.tar.bz2
Chromium-side dispatch for explicit intents.
R=jhawkins@chromium.org BUG=123085 TEST=None Review URL: https://chromiumcodereview.appspot.com/9969182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r--content/common/intents_messages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/intents_messages.h b/content/common/intents_messages.h
index 8f56546..0102e6c 100644
--- a/content/common/intents_messages.h
+++ b/content/common/intents_messages.h
@@ -23,6 +23,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebIntentData)
IPC_STRUCT_TRAITS_MEMBER(type)
IPC_STRUCT_TRAITS_MEMBER(data)
IPC_STRUCT_TRAITS_MEMBER(extra_data)
+ IPC_STRUCT_TRAITS_MEMBER(service)
IPC_STRUCT_TRAITS_MEMBER(unserialized_data)
IPC_STRUCT_TRAITS_MEMBER(blob_file)
IPC_STRUCT_TRAITS_MEMBER(blob_length)