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

Unified Diff: chrome/browser/cocoa/bookmark_bar_constants.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
« no previous file with comments | « chrome/app/nibs/BookmarkBar.xib ('k') | chrome/browser/cocoa/bookmark_bar_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/bookmark_bar_constants.h
===================================================================
--- chrome/browser/cocoa/bookmark_bar_constants.h (revision 30216)
+++ chrome/browser/cocoa/bookmark_bar_constants.h (working copy)
@@ -22,6 +22,9 @@
const int kNTPBookmarkBarPadding =
(kNTPBookmarkBarHeight - kBookmarkBarHeight) / 2;
+// The height of buttons in the bookmark bar.
+const int kBookmarkButtonHeight = kBookmarkBarHeight;
+
} // namespace bookmarks
#endif // CHROME_BROWSER_COCOA_BOOKMARK_BAR_CONSTANTS_H_
Property changes on: chrome/browser/cocoa/bookmark_bar_constants.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/app/nibs/BookmarkBar.xib ('k') | chrome/browser/cocoa/bookmark_bar_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698