| 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 49a70c774dce650517079369223013f56f6f2516..26cdfc8180d9693999536b3c17d80b1317e11d90 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -311,6 +311,9 @@ class LocationBarView : public LocationBar,
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| + // Calculates the height of the view.
|
| + int GetHeight();
|
| +
|
| // Space between items in the location bar.
|
| static int GetItemPadding();
|
|
|
|
|