| 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 168bd5ec5bd7bd10c2d64b62e8ea4a22494aec8c..f56ef60a098c784481a3b3117b3df7ec4e1ee622 100644
|
| --- a/content/browser/devtools/protocol/security_handler.cc
|
| +++ b/content/browser/devtools/protocol/security_handler.cc
|
| @@ -31,8 +31,6 @@ std::string SecurityStyleToProtocolSecurityState(
|
| return kSecurityStateNeutral;
|
| case SECURITY_STYLE_AUTHENTICATION_BROKEN:
|
| return kSecurityStateInsecure;
|
| - case SECURITY_STYLE_WARNING:
|
| - return kSecurityStateWarning;
|
| case SECURITY_STYLE_AUTHENTICATED:
|
| return kSecurityStateSecure;
|
| default:
|
|
|