| Index: chrome/browser/browser.cc
|
| ===================================================================
|
| --- chrome/browser/browser.cc (revision 20942)
|
| +++ chrome/browser/browser.cc (working copy)
|
| @@ -729,11 +729,6 @@
|
| return;
|
| }
|
|
|
| - // Forcibly reset the location bar, since otherwise it won't discard any
|
| - // ongoing user edits, since it doesn't realize this is a user-initiated
|
| - // action.
|
| - window_->GetLocationBar()->Revert();
|
| -
|
| // As this is caused by a user action, give the focus to the page.
|
| current_tab->Focus();
|
| current_tab->controller().Reload(true);
|
|
|