| Index: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
|
| index 400d556496762fcc6b9a646fadadaf6fb2d1e68f..7741fe80c8051570edc364387fcf044e0be2ad95 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
|
| @@ -349,9 +349,6 @@ static std::unique_ptr<protocol::Network::Response> buildObjectForResourceRespon
|
| case ResourceResponse::SecurityStyleAuthenticationBroken:
|
| securityState = protocol::Security::SecurityStateEnum::Insecure;
|
| break;
|
| - case ResourceResponse::SecurityStyleWarning:
|
| - securityState = protocol::Security::SecurityStateEnum::Warning;
|
| - break;
|
| case ResourceResponse::SecurityStyleAuthenticated:
|
| securityState = protocol::Security::SecurityStateEnum::Secure;
|
| break;
|
|
|