| Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| index aed228038d9c3fa4b25118b3c179676d586543aa..9964a144565044235cd0827e140768cddbc4089a 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -460,7 +460,7 @@ void LocationBarView::SetLocationEntryFocusable(bool focusable) {
|
| bool LocationBarView::IsLocationEntryFocusableInRootView() const {
|
| return views::Widget::IsPureViews() ?
|
| AsViews(location_entry_.get())->IsLocationEntryFocusableInRootView() :
|
| - views::View::IsFocusableInRootView();
|
| + views::View::IsFocusable();
|
| }
|
|
|
| gfx::Size LocationBarView::GetPreferredSize() {
|
|
|