| 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 657872524430b729d213e1649ed7d58844b711b4..8d00e170b2beaf31059b53d455df7b905fbaa421 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -168,6 +168,13 @@ class LocationBarView : public LocationBar,
|
| string16 GetInstantSuggestion() const;
|
| #endif
|
|
|
| + // Sets whether the location entry can accept focus.
|
| + void SetLocationEntryFocusable(bool focusable);
|
| +
|
| + // Returns true if the location entry is focusable and visible in
|
| + // the root view.
|
| + bool IsLocationEntryFocusableInRootView() const;
|
| +
|
| // Sizing functions
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
|
|
|
|