Index: content/browser/devtools/protocol/security_handler.cc |
diff --git a/content/browser/devtools/protocol/security_handler.cc b/content/browser/devtools/protocol/security_handler.cc |
index 50cf64f659b727484696bdc25eef763275bc09ea..7784651f7b29e6d38bc0e8afb7067e68e61ad799 100644 |
--- a/content/browser/devtools/protocol/security_handler.cc |
+++ b/content/browser/devtools/protocol/security_handler.cc |
@@ -99,8 +99,8 @@ void SecurityHandler::SecurityStyleChanged( |
AddExplanations(kSecurityStateInsecure, |
security_style_explanations.broken_explanations, |
&explanations); |
- AddExplanations(kSecurityStateWarning, |
- security_style_explanations.warning_explanations, |
+ AddExplanations(kSecurityStateNeutral, |
+ security_style_explanations.unauthenticated_explanations, |
&explanations); |
AddExplanations(kSecurityStateSecure, |
security_style_explanations.secure_explanations, |