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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.mm

Issue 2723743002: [Mac] Remove unnecessary subclasses in bookmark bar (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.mm
index eb1a0da06ebe12e0738607c2c49fab17830ed10d..cda5adee7b2472f17c9039eaab4a486d7b3fc971 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.mm
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.mm
@@ -113,7 +113,7 @@ using bookmarks::BookmarkNode;
return NO;
}
-- (BookmarkBarTextField*)noItemTextfield {
+- (NSTextField*)noItemTextfield {
return noItemTextfield_;
}
@@ -290,19 +290,3 @@ using bookmarks::BookmarkNode;
}
@end // @implementation BookmarkBarView
-
-@implementation BookmarkBarTextField
-
-- (NSMenu*)menu {
- return [barView_ menu];
-}
-
-@end // @implementation BookmarkBarTextField
-
-@implementation BookmarkBarItemContainer
-
-- (NSMenu*)menu {
- return [barView_ menu];
-}
-
-@end // @implementation BookmarkBarItemContainer
« no previous file with comments | « chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view_cocoa.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698