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/webclipboard_impl.h

Issue 8775025: Add glue for supporting custom MIME types in DataTransfer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 1 month 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: webkit/glue/webclipboard_impl.h
diff --git a/webkit/glue/webclipboard_impl.h b/webkit/glue/webclipboard_impl.h
index c1514f2858a23fdc7c58a15b8926b4bf36afd0a3..efab7cad4cabb9e728d1a9a1d5966e6ac577a4d7 100644
--- a/webkit/glue/webclipboard_impl.h
+++ b/webkit/glue/webclipboard_impl.h
@@ -37,6 +37,8 @@ class WebClipboardImpl : public WebKit::WebClipboard {
unsigned* fragment_start,
unsigned* fragment_end);
virtual WebKit::WebData readImage(Buffer buffer);
+ virtual WebKit::WebString readCustomData(
+ Buffer buffer, const WebKit::WebString& type);
virtual void writeHTML(
const WebKit::WebString& html_text,
const WebKit::WebURL& source_url,

Powered by Google App Engine
This is Rietveld 408576698