| Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| index 89b63d256c129f50f3df4ccf8696e836a2860fa9..67f415f54681ff07938ae9f0753346e1fe8f6eba 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
|
| @@ -110,10 +110,6 @@ static gfx::ImageSkia* kDefaultFavicon = NULL;
|
| // Icon used for folders.
|
| static gfx::ImageSkia* kFolderIcon = NULL;
|
|
|
| -// Offset for where the menu is shown relative to the bottom of the
|
| -// BookmarkBarView.
|
| -static const int kMenuOffset = 3;
|
| -
|
| // Color of the drop indicator.
|
| static const SkColor kDropIndicatorColor = SK_ColorBLACK;
|
|
|
|
|