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

Unified Diff: webkit/glue/clipboard_client.h

Issue 11225021: Move flash clipboard to the new proxy and add custom format support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
Index: webkit/glue/clipboard_client.h
diff --git a/webkit/glue/clipboard_client.h b/webkit/glue/clipboard_client.h
index 9d69c988a86fa1067b7c4dfa70dc79e57348f0a0..5126e9f033cc997d7ed2a7c9c2241cc3b9f99cf4 100644
--- a/webkit/glue/clipboard_client.h
+++ b/webkit/glue/clipboard_client.h
@@ -70,6 +70,10 @@ class ClipboardClient {
const string16& type,
string16* data) = 0;
+ // Reads raw data from the clipboard for a given format.
+ virtual void ReadData(const ui::Clipboard::FormatType& format,
+ std::string* data) = 0;
+
// Creates a context to write clipboard data. May return NULL.
virtual WriteContext* CreateWriteContext() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698