| Index: chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_views.h b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| index f9c165dae5c00ad8a8412adc08a2d13c36f6f1e7..1ef49311e266f64aeb9a6e87dc091492a10d4b6e 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| @@ -68,6 +68,13 @@ class OmniboxViewViews : public views::View,
|
| void HandleFocusIn();
|
| void HandleFocusOut();
|
|
|
| + // 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;
|
| +
|
| // Implements views::View
|
| virtual void Layout() OVERRIDE;
|
| virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
|
|
|