| 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 f0363a95828418107ad8504a11dab7ac845710aa..5dae6d5c1bdd4d7afa78407651beae227dd1b1b5 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->IsLocationEntryFocusableInRootView()) {
|
| // Location bar got focus.
|
| location_bar->FocusLocation(select_all);
|
| } else {
|
|
|