| Index: chrome/browser/views/frame/browser_view.cc
|
| diff --git a/chrome/browser/views/frame/browser_view.cc b/chrome/browser/views/frame/browser_view.cc
|
| index f75af6706c33842173052026e5dd9d3fcbdb45ee..705ca27103c2c0837166c2056e6f7a6c1668f330 100644
|
| --- a/chrome/browser/views/frame/browser_view.cc
|
| +++ b/chrome/browser/views/frame/browser_view.cc
|
| @@ -937,13 +937,7 @@ void BrowserView::UpdateToolbar(TabContents* contents,
|
| }
|
|
|
| void BrowserView::FocusToolbar() {
|
| - // Do not restore the button that previously had accessibility focus, if
|
| - // focus is set by using the toolbar focus keyboard shortcut.
|
| - toolbar_->set_acc_focused_view(NULL);
|
| - // HACK: Do not use RequestFocus() here, as the toolbar is not marked as
|
| - // "focusable". Instead bypass the sanity check in RequestFocus() and just
|
| - // force it to focus, which will do the right thing.
|
| - GetRootView()->FocusView(toolbar_);
|
| + toolbar_->InitializeTraversal();
|
| }
|
|
|
| void BrowserView::DestroyBrowser() {
|
|
|