| 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 896eccc096612356e8fa5970677613209d808afe..e93660bcbab821726cea9fc93b8be45b570bbd18 100644
|
| --- a/content/browser/frame_host/interstitial_page_impl.cc
|
| +++ b/content/browser/frame_host/interstitial_page_impl.cc
|
| @@ -311,8 +311,6 @@
|
| INVALIDATE_TYPE_TITLE);
|
| }
|
|
|
| - static_cast<WebContentsImpl*>(web_contents_)->DidChangeVisibleSSLState();
|
| -
|
| InterstitialPageMap::iterator iter =
|
| g_web_contents_to_interstitial_page->find(web_contents_);
|
| DCHECK(iter != g_web_contents_to_interstitial_page->end());
|
|
|