| Index: chrome/browser/browser.cc
|
| ===================================================================
|
| --- chrome/browser/browser.cc (revision 22808)
|
| +++ chrome/browser/browser.cc (working copy)
|
| @@ -736,7 +736,8 @@
|
| }
|
|
|
| // As this is caused by a user action, give the focus to the page.
|
| - current_tab->Focus();
|
| + if (!current_tab->FocusLocationBarByDefault())
|
| + current_tab->Focus();
|
| current_tab->controller().Reload(true);
|
| }
|
| }
|
|
|
| Property changes on: chrome\browser\browser.cc
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/chrome/browser/browser.cc:r21961
|
|
|
|
|