| 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 bd4f19356302ab5b2f00c5ccc3ce19452da87975..9a557d277f704473ed3a9f5724e2f74821b5a481 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -3394,6 +3394,9 @@ void WebContentsImpl::RenderViewTerminated(RenderViewHost* rvh,
|
| if (dialog_manager_)
|
| dialog_manager_->CancelActiveAndPendingDialogs(this);
|
|
|
| + if (delegate_)
|
| + delegate_->HideValidationMessage(this);
|
| +
|
| SetIsLoading(rvh, false, true, NULL);
|
| NotifyDisconnected();
|
| SetIsCrashed(status, error_code);
|
|
|