| 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 :
|
|
|