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

Unified Diff: ui/base/clipboard/clipboard.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: ui/base/clipboard/clipboard.h
diff --git a/ui/base/clipboard/clipboard.h b/ui/base/clipboard/clipboard.h
index 9c010e4fbae812a251479308499d99f81861cd70..a52efa5accf1a68c1e3b626a76cb1dad51cef73f 100644
--- a/ui/base/clipboard/clipboard.h
+++ b/ui/base/clipboard/clipboard.h
@@ -156,6 +156,9 @@ class UI_EXPORT Clipboard {
// Reads an image from the clipboard, if available.
SkBitmap ReadImage(Buffer buffer) const;
+ void ReadCustomData(Buffer buffer, const string16& type,
sky 2011/12/02 16:06:27 when you wrap each param should be on its own line
+ string16* result) const;
+
// Reads a bookmark from the clipboard, if available.
void ReadBookmark(string16* title, std::string* url) const;

Powered by Google App Engine
This is Rietveld 408576698