Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: chrome/browser/tab_contents/tab_contents.cc

Issue 243012: Update our mixed content state with information from the new mixed content... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ssl/ssl_policy_backend.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/tab_contents.cc
===================================================================
--- chrome/browser/tab_contents/tab_contents.cc (revision 27322)
+++ chrome/browser/tab_contents/tab_contents.cc (working copy)
@@ -1774,11 +1774,11 @@
}
void TabContents::DidDisplayInsecureContent() {
- // TODO(abarth): Update the HTTPS state.
+ controller_.ssl_manager()->DidDisplayInsecureContent();
}
void TabContents::DidRunInsecureContent(const std::string& security_origin) {
- // TODO(abarth): Update the HTTPS state.
+ controller_.ssl_manager()->DidRunInsecureContent(security_origin);
}
void TabContents::DidFailProvisionalLoadWithError(
« no previous file with comments | « chrome/browser/ssl/ssl_policy_backend.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698