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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_button.h

Issue 1815053002: Update BookmarkBarController to use non-deprecated dragging APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp20_107_bluetooth
Patch Set: Test errors. Created 4 years, 9 months 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: chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
index 3f3d3abbfc5d6e12ce453b39f0c910a446fa596d..a3f58487e0f78f535f17a3d9e23025f296bb8995 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button.h
@@ -190,7 +190,7 @@ class BookmarkNode;
// Class for bookmark bar buttons that can be drag sources.
-@interface BookmarkButton : DraggableButton<ThemedWindowDrawing> {
Avi (use Gerrit) 2016/03/18 21:41:03 Are we not implementing that interface any more? I
erikchen 2016/03/18 22:20:35 oops! Accidentally removed this line in a recent c
+@interface BookmarkButton : DraggableButton<NSDraggingSource> {
@private
IBOutlet NSObject<BookmarkButtonDelegate>* delegate_; // Weak.

Powered by Google App Engine
This is Rietveld 408576698