| Index: ui/base/clipboard/clipboard_gtk.cc
|
| diff --git a/ui/base/clipboard/clipboard_gtk.cc b/ui/base/clipboard/clipboard_gtk.cc
|
| index e9af2f330d8fd5d95480ffb031ea595b1610ea36..83f232cc72f74e4fc0f618d3f8b5fedcb09ce6a5 100644
|
| --- a/ui/base/clipboard/clipboard_gtk.cc
|
| +++ b/ui/base/clipboard/clipboard_gtk.cc
|
| @@ -488,6 +488,13 @@ SkBitmap Clipboard::ReadImage(Buffer buffer) const {
|
| return canvas.ExtractBitmap();
|
| }
|
|
|
| +void Clipboard::ReadCustomData(Buffer buffer,
|
| + const string16& type,
|
| + string16* result) const {
|
| + // TODO(dcheng): Implement this.
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void Clipboard::ReadBookmark(string16* title, std::string* url) const {
|
| // TODO(estade): implement this.
|
| NOTIMPLEMENTED();
|
|
|