| Index: chrome/browser/views/frame/browser_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_view.cc (revision 7334)
|
| +++ chrome/browser/views/frame/browser_view.cc (working copy)
|
| @@ -501,6 +501,9 @@
|
| }
|
|
|
| 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);
|
| toolbar_->RequestFocus();
|
| }
|
|
|
|
|