diff options
Diffstat (limited to 'chrome/browser/ssl_blocking_page.cc')
-rw-r--r-- | chrome/browser/ssl_blocking_page.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/ssl_blocking_page.cc b/chrome/browser/ssl_blocking_page.cc index 220328a..bd99b30 100644 --- a/chrome/browser/ssl_blocking_page.cc +++ b/chrome/browser/ssl_blocking_page.cc @@ -179,9 +179,6 @@ void SSLBlockingPage::Show() { // The controller will own the entry. int page_id = nav_entry->GetPageID(); tab_->controller()->DidNavigateToEntry(nav_entry); - tab_->controller()->SyncSessionWithEntryByPageID(TAB_CONTENTS_WEB, - NULL, - page_id); tab->ShowInterstitialPage(html_text, NULL); } |