Index: content/browser/ssl/ssl_manager.cc |
diff --git a/content/browser/ssl/ssl_manager.cc b/content/browser/ssl/ssl_manager.cc |
index f50efb23689b14011ffb375f25577844c4376c0c..9d3cbc5d4ca12e0eed4a12f8bef2c35b92ce1915 100644 |
--- a/content/browser/ssl/ssl_manager.cc |
+++ b/content/browser/ssl/ssl_manager.cc |
@@ -144,16 +144,8 @@ SSLManager::~SSLManager() { |
} |
void SSLManager::DidCommitProvisionalLoad(const LoadCommittedDetails& details) { |
+ // TODO(jam): remove details.ssl_status |
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. |