| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
|
| index a3bea43420ddf12798854f12671a8e5454c1553a..3673c03d7d59b745992f1515e69f107ee4cca3d4 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -875,7 +875,7 @@ void BrowserView::SetFocusToLocationBar(bool select_all) {
|
| #endif
|
|
|
| LocationBarView* location_bar = GetLocationBarView();
|
| - if (location_bar->IsFocusableInRootView()) {
|
| + if (location_bar->IsOmniboxFocusableInRootView()) {
|
| // Location bar got focus.
|
| location_bar->FocusLocation(select_all);
|
| } else {
|
|
|