| 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 bb8c8401f88a9e4629453da1bbfa55ca19c59a74..8b9be40afaa2171b143f09e171271a93d24ac6bf 100644
|
| --- a/content/browser/devtools/protocol/security_handler.cc
|
| +++ b/content/browser/devtools/protocol/security_handler.cc
|
| @@ -25,7 +25,7 @@ std::string SecurityStyleToProtocolSecurityState(
|
| case SECURITY_STYLE_UNKNOWN:
|
| return kSecurityStateUnknown;
|
| case SECURITY_STYLE_UNAUTHENTICATED:
|
| - return kSecurityStateHttp;
|
| + return kSecurityStateNeutral;
|
| case SECURITY_STYLE_AUTHENTICATION_BROKEN:
|
| return kSecurityStateInsecure;
|
| case SECURITY_STYLE_WARNING:
|
|
|