| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h
|
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h
|
| index 7f4f3f019be4b87805b0b623715ceaf7e0bc1ad5..87fe92959ccdcc441157fb3adafc9bbe18dd9df1 100644
|
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h
|
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h
|
| @@ -49,6 +49,10 @@ const CGFloat kBookmarkFolderButtonHeight = 24.0;
|
| // window behind the menu window at times when the menu can be scrolled.
|
| const CGFloat kBookmarkBarMenuCornerRadius = 4.0;
|
|
|
| +// Overlap (in pixels) between the toolbar and the bookmark bar (when showing in
|
| +// normal mode).
|
| +const CGFloat kBookmarkBarOverlap = 3.0;
|
| +
|
| } // namespace bookmarks
|
|
|
| #endif // CHROME_BROWSER_UI_COCOA_BOOKMARKS_BOOKMARK_BAR_CONSTANTS_H_
|
|
|