Index: content/browser/ssl/ssl_policy.cc |
diff --git a/content/browser/ssl/ssl_policy.cc b/content/browser/ssl/ssl_policy.cc |
index 2da9fed073a8ed7ba36e5a03d22be552f656f5aa..c8fb07fdceef0f6245eac6180943eac771a875cf 100644 |
--- a/content/browser/ssl/ssl_policy.cc |
+++ b/content/browser/ssl/ssl_policy.cc |
@@ -111,7 +111,7 @@ void SSLPolicy::OnRequestStarted(SSLRequestInfo* info) { |
} |
void SSLPolicy::UpdateEntry(NavigationEntryImpl* entry, |
- TabContents* tab_contents) { |
+ WebContentsImpl* web_contents) { |
DCHECK(entry); |
InitializeEntryIfNeeded(entry); |
@@ -158,7 +158,7 @@ void SSLPolicy::UpdateEntry(NavigationEntryImpl* entry, |
return; |
} |
- if (tab_contents->DisplayedInsecureContent()) |
+ if (web_contents->DisplayedInsecureContent()) |
entry->GetSSL().content_status |= SSLStatus::DISPLAYED_INSECURE_CONTENT; |
} |