| Index: chrome/browser/ui/bookmarks/bookmark_bar_constants.h
|
| diff --git a/chrome/browser/ui/bookmarks/bookmark_bar_constants.h b/chrome/browser/ui/bookmarks/bookmark_bar_constants.h
|
| index d6e35ead9bffdcc9893a3abe4a97bc109915c66d..f80b23fc76e14076dde8b309e6ee3b7ac4f2853d 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmark_bar_constants.h
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_bar_constants.h
|
| @@ -10,7 +10,7 @@
|
| namespace chrome {
|
|
|
| // The height of Bookmarks Bar, when visible in "New Tab Page" mode.
|
| -const int kNTPBookmarkBarHeight = 40;
|
| +const int kNTPBookmarkBarHeight = 39;
|
|
|
| // The minimum height of Bookmarks Bar, when attached to the toolbar. The
|
| // height of the toolbar may grow to more than this value if the embedded
|
| @@ -20,9 +20,9 @@ const int kNTPBookmarkBarHeight = 40;
|
| // points) because of the visual overlap with the main toolbar. When using this
|
| // to compute values other than the actual height of the toolbar, be sure to add
|
| // |kVisualHeightOffset|.
|
| -const int kMinimumBookmarkBarHeight = 26;
|
| +const int kMinimumBookmarkBarHeight = 25;
|
| #elif defined(TOOLKIT_VIEWS)
|
| -const int kMinimumBookmarkBarHeight = 28;
|
| +const int kMinimumBookmarkBarHeight = 27;
|
| #endif
|
|
|
| } // namespace chrome
|
|
|