Chromium Code Reviews| 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; |