Index: webkit/glue/web_intent_service_data.h |
diff --git a/webkit/glue/web_intent_service_data.h b/webkit/glue/web_intent_service_data.h |
index 532aa03501e26d9967a4c45802a14ce1011fd12a..9d623c199fa36338b2abda6116ffcf7c88daccb9 100644 |
--- a/webkit/glue/web_intent_service_data.h |
+++ b/webkit/glue/web_intent_service_data.h |
@@ -27,6 +27,8 @@ struct WebIntentServiceData { |
bool operator==(const WebIntentServiceData& other) const; |
+ void setDisposition(const string16& disp); |
+ |
GURL service_url; // URL for service invocation. |
string16 action; // Name of action provided by service. |
string16 type; // MIME type of data accepted by service. |