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

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

Issue 348017: Add the "Other bookmarks" button on the right of the bookmark bar.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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_toolbar_view.h
===================================================================
--- chrome/browser/cocoa/bookmark_bar_toolbar_view.h (revision 30216)
+++ chrome/browser/cocoa/bookmark_bar_toolbar_view.h (working copy)
@@ -33,6 +33,7 @@
// Returns true if the bookmark bar should be drawn as if it's a disconnected
// bookmark bar on the New Tag Page.
- (BOOL)drawAsFloatingBar;
+
@end
@interface BookmarkBarToolbarView : BackgroundGradientView {
@@ -40,15 +41,7 @@
// The controller which tells us how we should be drawing (as normal or as a
// floating bar).
IBOutlet id<BookmarkBarToolbarViewController> controller_;
-
- // The bookmark bar's contents.
- IBOutlet BookmarkBarView* buttonView_;
}
-
-// Called by our controller to layout our subviews, so that on new tab pages,
-// we have a border.
-- (void)layoutViews;
-
@end
#endif // CHROME_BROWSER_COCOA_BOOKMARK_BAR_TOOLBAR_VIEW_H_
Property changes on: chrome/browser/cocoa/bookmark_bar_toolbar_view.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/browser/cocoa/bookmark_bar_controller_unittest.mm ('k') | chrome/browser/cocoa/bookmark_bar_toolbar_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698