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

Unified Diff: content/common/intents_messages.h

Issue 10204010: Handling default service in the web intents picker controller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: content/common/intents_messages.h
diff --git a/content/common/intents_messages.h b/content/common/intents_messages.h
index 8f56546ba210847a87c2795c01f5c28dcc94db77..0102e6c4858fab3e8667cb48001a1114af162ea3 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)

Powered by Google App Engine
This is Rietveld 408576698