| Index: chrome/browser/ui/views/toolbar/toolbar_view.h
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_view.h b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| index 80eef0d74b5c4533ddf8b5a2b15ada1ea436dcdf..edf6015e8db16ebd4c21154ceeb33092b41f6940 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_view.h
|
| @@ -148,12 +148,6 @@ class ToolbarView : public views::AccessiblePaneView,
|
| const char* GetClassName() const override;
|
| bool AcceleratorPressed(const ui::Accelerator& acc) override;
|
|
|
| - enum {
|
| - // The apparent horizontal space between most items, and the vertical
|
| - // padding above and below them.
|
| - kStandardSpacing = 3,
|
| - };
|
| -
|
| protected:
|
| // AccessiblePaneView:
|
| bool SetPaneFocusAndFocusDefault() override;
|
|
|