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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h

Issue 1986963004: Revert of [Mac][Material Design] Update bookmarks bar to Material Design. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/theme/theme_resources.grd ('k') | chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 45235cfc2e5d36dd0be8953539a64d6719c8d346..386eaf7a89893b6961baa0a898d2518f015029b0 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_constants.h
@@ -17,22 +17,16 @@
// Correction used for computing other values based on the height.
const int kVisualHeightOffset = 2;
-const int kMaterialVisualHeightOffset = 0;
// The amount of space between the inner bookmark bar and the outer toolbar on
// new tab pages.
const int kNTPBookmarkBarPadding =
(chrome::kNTPBookmarkBarHeight -
(chrome::kBookmarkBarHeight + kVisualHeightOffset)) / 2;
-const int kMaterialNTPBookmarkBarPadding =
- (chrome::kNTPBookmarkBarHeight -
- (chrome::kBookmarkBarHeight + kMaterialVisualHeightOffset)) / 2;
// The height of buttons in the bookmark bar.
const int kBookmarkButtonHeight =
chrome::kBookmarkBarHeight + kVisualHeightOffset;
-const int kMaterialBookmarkButtonHeight =
- chrome::kBookmarkBarHeight + kMaterialVisualHeightOffset;
// The height of buttons in a bookmark bar folder menu.
const CGFloat kBookmarkFolderButtonHeight = 24.0;
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698