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

Unified Diff: chrome/browser/ssl/chrome_security_state_model_client.cc

Issue 2456383003: Reland of Trigger Dangerous indicator for unsafe subresources (Closed)
Patch Set: initialize is_subframe Created 4 years, 2 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
Index: chrome/browser/ssl/chrome_security_state_model_client.cc
diff --git a/chrome/browser/ssl/chrome_security_state_model_client.cc b/chrome/browser/ssl/chrome_security_state_model_client.cc
index 48774e0106c23dc078601f12bf17a08368d68118..91f94b325332b079b5805f7ff5e3650b51ffeed4 100644
--- a/chrome/browser/ssl/chrome_security_state_model_client.cc
+++ b/chrome/browser/ssl/chrome_security_state_model_client.cc
@@ -327,7 +327,7 @@ void ChromeSecurityStateModelClient::GetSecurityInfo(
security_state_model_->GetSecurityInfo(result);
}
-void ChromeSecurityStateModelClient::VisibleSSLStateChanged() {
+void ChromeSecurityStateModelClient::VisibleSecurityStateChanged() {
if (logged_http_warning_on_current_navigation_)
return;

Powered by Google App Engine
This is Rietveld 408576698