| Index: content/browser/frame_host/interstitial_page_impl.cc
|
| diff --git a/content/browser/frame_host/interstitial_page_impl.cc b/content/browser/frame_host/interstitial_page_impl.cc
|
| index 4bf1b1781da1bd9d25ad4a914b88636b76e7af8e..002037d50de7967b2fe1269a32997e51d3791309 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.cc
|
| +++ b/content/browser/frame_host/interstitial_page_impl.cc
|
| @@ -244,6 +244,8 @@ void InterstitialPageImpl::Show() {
|
| delegate_->OverrideEntry(entry.get());
|
|
|
| controller_->SetTransientEntry(entry.Pass());
|
| +
|
| + static_cast<WebContentsImpl*>(web_contents_)->DidChangeVisibleSSLState();
|
| }
|
|
|
| DCHECK(!render_view_host_);
|
|
|