| 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;
|
|
|
|
|