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

Unified Diff: chrome/browser/cocoa/bookmark_bar_view.h

Issue 336001: [Mac] Make bookmark bar a primitive drag destination. (Closed)
Patch Set: cleanup Created 11 years, 2 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/cocoa/bookmark_bar_view.h
diff --git a/chrome/browser/cocoa/bookmark_bar_view.h b/chrome/browser/cocoa/bookmark_bar_view.h
index 9bd94d28b863c21fee5ef30e3ab7ede823e97259..9b81ec4fba409835e573c7687ff3c100a66c5f40 100644
--- a/chrome/browser/cocoa/bookmark_bar_view.h
+++ b/chrome/browser/cocoa/bookmark_bar_view.h
@@ -10,11 +10,15 @@
#import <Cocoa/Cocoa.h>
+@class BookmarkBarController;
+
@interface BookmarkBarView : NSView {
+ @private
+ IBOutlet BookmarkBarController* controller_;
IBOutlet NSTextField* noItemTextfield_;
}
--(NSTextField*)noItemTextfield;
+- (NSTextField*)noItemTextfield;
@end

Powered by Google App Engine
This is Rietveld 408576698