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

Unified Diff: webkit/glue/web_intent_data.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 | « content/common/intents_messages.h ('k') | webkit/glue/web_intent_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/web_intent_data.h
diff --git a/webkit/glue/web_intent_data.h b/webkit/glue/web_intent_data.h
index acf5d75c9ef4dc7f08306196e4d91f65b3bd33ce..e6d57e509f484e07930b8d52d19f4cf7e02d00f6 100644
--- a/webkit/glue/web_intent_data.h
+++ b/webkit/glue/web_intent_data.h
@@ -6,6 +6,7 @@
#define WEBKIT_GLUE_WEB_INTENT_DATA_H_
#include <map>
+#include <vector>
#include "base/file_path.h"
#include "base/string16.h"
@@ -37,6 +38,9 @@ struct WEBKIT_GLUE_EXPORT WebIntentData {
// String payload data.
string16 unserialized_data;
+ // The global message port IDs of any transferred MessagePorts.
+ std::vector<int> message_port_ids;
+
// The file of a payload blob. Together with |blob_length|, suitable
// arguments to WebBlob::createFromFile.
FilePath blob_file;
« no previous file with comments | « content/common/intents_messages.h ('k') | webkit/glue/web_intent_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698