| Index: content/browser/ssl/ssl_manager.cc
|
| diff --git a/content/browser/ssl/ssl_manager.cc b/content/browser/ssl/ssl_manager.cc
|
| index cb2e54037e25e22c0e7011b63485a50f8b7ee008..3d3e92f8e7fb63a957f1f2f9b5191040ebcce106 100644
|
| --- a/content/browser/ssl/ssl_manager.cc
|
| +++ b/content/browser/ssl/ssl_manager.cc
|
| @@ -145,15 +145,6 @@ SSLManager::~SSLManager() {
|
|
|
| void SSLManager::DidCommitProvisionalLoad(const LoadCommittedDetails& details) {
|
| NavigationEntryImpl* entry = controller_->GetLastCommittedEntry();
|
| -
|
| - if (details.is_main_frame) {
|
| - if (entry) {
|
| - // We may not have an entry if this is a navigation to an initial blank
|
| - // page. Add the new data we have.
|
| - entry->GetSSL() = details.ssl_status;
|
| - }
|
| - }
|
| -
|
| policy()->UpdateEntry(entry, controller_->delegate()->GetWebContents());
|
| // Always notify the WebContents that the SSL state changed when a
|
| // load is committed, in case the active navigation entry has changed.
|
|
|