| Index: chrome/browser/ui/views/toolbar_view.cc
|
| diff --git a/chrome/browser/ui/views/toolbar_view.cc b/chrome/browser/ui/views/toolbar_view.cc
|
| index 67c828aab43522befe0e4271ba7907c7a497ea04..b9f31afc1ce50ba706d7a2845a5b79205dda9efc 100644
|
| --- a/chrome/browser/ui/views/toolbar_view.cc
|
| +++ b/chrome/browser/ui/views/toolbar_view.cc
|
| @@ -93,10 +93,6 @@ const int kContentShadowHeightAsh = 2;
|
| // Non-ash uses a rounded content area with no shadow in the assets.
|
| const int kContentShadowHeight = 0;
|
|
|
| -// Top margin for the wrench menu badges (badge is placed in the upper right
|
| -// corner of the wrench menu).
|
| -const int kBadgeTopMargin = 2;
|
| -
|
| int GetButtonSpacing() {
|
| return (ui::GetDisplayLayout() == ui::LAYOUT_TOUCH) ?
|
| ToolbarView::kStandardSpacing : 0;
|
|
|