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

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

Issue 2011173002: Revert of [Mac][Material Design] Bring bookmark hover state, etc. up to spec. (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
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 161992e2ad062cc9e303b288f1b1d6feb23ecde1..7a688395a7c2ab81360ea299f350e9c80c5909c5 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h
@@ -19,16 +19,6 @@
@class BookmarkBarFolderWindow;
@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.

Powered by Google App Engine
This is Rietveld 408576698