| Index: chrome/browser/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/views/location_bar/location_bar_view.h b/chrome/browser/views/location_bar/location_bar_view.h
|
| index ebace6b1e83a921d516d8a99ad4edbe9cf050059..281fee7757a58ec02183090244542ff25b27af1f 100644
|
| --- a/chrome/browser/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/views/location_bar/location_bar_view.h
|
| @@ -231,6 +231,9 @@ class LocationBarView : public LocationBar,
|
| static const int kVerticalEdgeThickness;
|
| // Space between items in the location bar.
|
| static const int kItemPadding;
|
| + // Space between items in the location bar when an extension keyword is
|
| + // showing.
|
| + static const int kExtensionItemPadding;
|
| // Space between the edges and the items next to them.
|
| static const int kEdgeItemPadding;
|
| // Space between the edge and a bubble.
|
|
|