| Index: chrome/browser/repost_form_warning_controller.cc
|
| diff --git a/chrome/browser/repost_form_warning_controller.cc b/chrome/browser/repost_form_warning_controller.cc
|
| index 0d9ac565533a37cc9d38d5e935b187cad60e4990..c7f0c082ac929518694cdc4046e6b66f083632ad 100644
|
| --- a/chrome/browser/repost_form_warning_controller.cc
|
| +++ b/chrome/browser/repost_form_warning_controller.cc
|
| @@ -52,6 +52,10 @@ void RepostFormWarningController::OnCanceled() {
|
| web_contents()->GetController().CancelPendingReload();
|
| }
|
|
|
| +void RepostFormWarningController::OnClosed() {
|
| + web_contents()->GetController().CancelPendingReload();
|
| +}
|
| +
|
| void RepostFormWarningController::BeforeFormRepostWarningShow() {
|
| // Close the dialog if we show an additional dialog, to avoid them
|
| // stacking up.
|
|
|