diff options
author | gbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 20:06:56 +0000 |
---|---|---|
committer | gbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-29 20:06:56 +0000 |
commit | 12982ea43bcb1f65d96f51457e6b427a9b7b960c (patch) | |
tree | 7f50c47c0a611622cf517f95dbd23d5f9dd0c38b /content/common | |
parent | 6da4a15cf1d7674a2d4950303f0215e8cc767e60 (diff) | |
download | chromium_src-12982ea43bcb1f65d96f51457e6b427a9b7b960c.zip chromium_src-12982ea43bcb1f65d96f51457e6b427a9b7b960c.tar.gz chromium_src-12982ea43bcb1f65d96f51457e6b427a9b7b960c.tar.bz2 |
Pass web intents client suggestions along through webkit glue layer.
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10413043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139353 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/intents_messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/intents_messages.h b/content/common/intents_messages.h index 4dc568a..fd2866d 100644 --- a/content/common/intents_messages.h +++ b/content/common/intents_messages.h @@ -24,6 +24,7 @@ IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebIntentData) IPC_STRUCT_TRAITS_MEMBER(data) IPC_STRUCT_TRAITS_MEMBER(extra_data) IPC_STRUCT_TRAITS_MEMBER(service) + IPC_STRUCT_TRAITS_MEMBER(suggestions) IPC_STRUCT_TRAITS_MEMBER(unserialized_data) IPC_STRUCT_TRAITS_MEMBER(message_port_ids) IPC_STRUCT_TRAITS_MEMBER(blob_file) |