| Index: third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js b/third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js
|
| index 7e56aaeab3819bd2e099a24eaf523a82e6903c27..732582da392a68bcf4b5aa7e8c0bfc6d53296e38 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js
|
| @@ -58,7 +58,6 @@ WebInspector.SecurityModel.SecurityStateComparator = function(a, b)
|
| SecurityAgent.SecurityState.Info,
|
| SecurityAgent.SecurityState.Insecure,
|
| SecurityAgent.SecurityState.Neutral,
|
| - SecurityAgent.SecurityState.Warning,
|
| SecurityAgent.SecurityState.Secure,
|
| // Unknown is max so that failed/cancelled requests don't overwrite the origin security state for successful requests,
|
| // and so that failed/cancelled requests appear at the bottom of the origins list.
|
|
|