| 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 1129954d9f529053da6130fa4cdb7d0a28dbf687..dea93ce21b77d5c7560620f7530fbe541146854a 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -186,6 +186,9 @@ class LocationBarView : public LocationBar,
|
| // not where the icons are shown).
|
| gfx::Point GetOmniboxViewOrigin() const;
|
|
|
| + // Returns the width of the location icon.
|
| + int GetLocationIconWidth() const;
|
| +
|
| // Shows |text| as an inline autocompletion. This is useful for IMEs, where
|
| // we can't show the autocompletion inside the actual OmniboxView. See
|
| // comments on |ime_inline_autocomplete_view_|.
|
|
|