| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 40429d51814846c69671b3bce27a1af955e1452b..893e67b88c5068e0d95b33ab0962f9b75865bcd1 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -987,6 +987,8 @@ void WebContentsImpl::CancelActiveAndPendingDialogs() {
|
| }
|
| if (browser_plugin_embedder_)
|
| browser_plugin_embedder_->CancelGuestDialogs();
|
| + if (delegate_)
|
| + delegate_->HideValidationMessage(this);
|
| }
|
|
|
| void WebContentsImpl::ClosePage() {
|
|
|