| Index: chrome/browser/bookmarks/bookmark_drag_data.cc
|
| ===================================================================
|
| --- chrome/browser/bookmarks/bookmark_drag_data.cc (revision 17159)
|
| +++ chrome/browser/bookmarks/bookmark_drag_data.cc (working copy)
|
| @@ -132,6 +132,15 @@
|
|
|
| return is_valid();
|
| }
|
| +#elif defined(TOOLKIT_VIEWS)
|
| +void BookmarkDragData::Write(Profile* profile, OSExchangeData* data) const {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| +bool BookmarkDragData::Read(const OSExchangeData& data) {
|
| + NOTIMPLEMENTED();
|
| + return false;
|
| +}
|
| #endif
|
|
|
| void BookmarkDragData::WriteToPickle(Profile* profile, Pickle* pickle) const {
|
|
|