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

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

Issue 2013523005: [Mac][Material Design] Bring bookmark hover state, etc. up to spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo, fix chevron button highlight state. 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
Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h
index 7a688395a7c2ab81360ea299f350e9c80c5909c5..161992e2ad062cc9e303b288f1b1d6feb23ecde1 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h
@@ -20,6 +20,16 @@ class Profile;
@class BookmarkBarFolderWindowContentView;
@class BookmarkFolderTarget;
+namespace bookmarks {
+
+// The padding between the top of the folder menu and the topmost button.
+CGFloat BookmarkTopVerticalPadding();
+
+// The padding between the bottom of the folder menu and the bottommost button.
+CGFloat BookmarkBottomVerticalPadding();
+
+} // bookmarks
+
// A controller for the pop-up windows from bookmark folder buttons
// which look sort of like menus.
@interface BookmarkBarFolderController :

Powered by Google App Engine
This is Rietveld 408576698