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

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

Issue 2394523002: cocoa browser: remove non-MD bookmark bar support (Closed)
Patch Set: Created 4 years, 2 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..90752486b467f6a821c29d9202efe2d46d4a1e21 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h
@@ -8,6 +8,7 @@
#import <Cocoa/Cocoa.h>
#include "base/mac/scoped_nsobject.h"
+#import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h"
#import "chrome/browser/ui/cocoa/bookmarks/bookmark_button.h"
#import "ui/base/cocoa/tracking_area.h"
@@ -23,10 +24,10 @@ class Profile;
namespace bookmarks {
// The padding between the top of the folder menu and the topmost button.
-CGFloat BookmarkTopVerticalPadding();
+const CGFloat kBookmarkTopVerticalPadding = bookmarks::kBookmarkVerticalPadding;
// The padding between the bottom of the folder menu and the bottommost button.
-CGFloat BookmarkBottomVerticalPadding();
+const CGFloat kBookmarkBottomVerticalPadding = 0.0;
} // bookmarks

Powered by Google App Engine
This is Rietveld 408576698