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

Unified Diff: webkit/glue/web_intent_service_data.h

Issue 8343070: Support dispositon attribute. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try again Created 9 years, 2 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/renderer/render_view_impl.cc ('k') | webkit/glue/web_intent_service_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | webkit/glue/web_intent_service_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698