| Index: chrome/browser/ui/views/toolbar/reload_button.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/reload_button.cc b/chrome/browser/ui/views/toolbar/reload_button.cc
|
| index 3f331c52860a6f3e48bbdc103ffea72c9c6cad24..6a73e53425d92f9b6687bb99114813e25b01b11e 100644
|
| --- a/chrome/browser/ui/views/toolbar/reload_button.cc
|
| +++ b/chrome/browser/ui/views/toolbar/reload_button.cc
|
| @@ -139,7 +139,8 @@ void ReloadButton::ButtonPressed(views::Button* /* button */,
|
|
|
| if (visible_mode_ == MODE_STOP) {
|
| if (command_updater_)
|
| - command_updater_->ExecuteCommandWithDisposition(IDC_STOP, CURRENT_TAB);
|
| + command_updater_->ExecuteCommandWithDisposition(
|
| + IDC_STOP, WindowOpenDisposition::CURRENT_TAB);
|
| // The user has clicked, so we can feel free to update the button,
|
| // even if the mouse is still hovering.
|
| ChangeMode(MODE_RELOAD, true);
|
|
|