| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 1946e5b4d2e5d800af3f1e50c1496cefa7db2192..fcd3f8cba1ef85ba13b397d6f5fe2017e34ff657 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -259,10 +259,6 @@ class LocationBarView : public LocationBar,
|
| int* left_margin,
|
| int* right_margin);
|
|
|
| - // Space between items in the location bar, as well as between items and the
|
| - // edges.
|
| - static int GetItemPadding();
|
| -
|
| // LocationBar:
|
| virtual void FocusLocation(bool select_all) OVERRIDE;
|
| virtual void Revert() OVERRIDE;
|
| @@ -284,6 +280,9 @@ class LocationBarView : public LocationBar,
|
| static const int kNormalEdgeThickness;
|
| // The same, but for popup mode.
|
| static const int kPopupEdgeThickness;
|
| + // Space between items in the location bar, as well as between items and the
|
| + // edges.
|
| + static const int kItemPadding;
|
| // Amount of padding built into the standard omnibox icons.
|
| static const int kIconInternalPadding;
|
| // Amount of padding to place between the origin chip and the leading edge of
|
|
|