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..0a08c6dd7aaeb2407799bf9409e8f572d5f52821 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. |