summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_drag_data.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_drag_data.cc')
-rw-r--r--chrome/browser/bookmarks/bookmark_drag_data.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/browser/bookmarks/bookmark_drag_data.cc b/chrome/browser/bookmarks/bookmark_drag_data.cc
index fcfcae4..a6ae333 100644
--- a/chrome/browser/bookmarks/bookmark_drag_data.cc
+++ b/chrome/browser/bookmarks/bookmark_drag_data.cc
@@ -132,6 +132,15 @@ bool BookmarkDragData::Read(const OSExchangeData& data) {
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 {