| Index: content/child/web_url_loader_impl.cc
|
| diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc
|
| index c405acb003d48294c58353dd532a02a772818b73..6930a3bbbb4a7292cc2ad1f3e69cc7edd8bf4dce 100644
|
| --- a/content/child/web_url_loader_impl.cc
|
| +++ b/content/child/web_url_loader_impl.cc
|
| @@ -272,9 +272,6 @@ void SetSecurityStyleAndDetails(const GURL& url,
|
| case SECURITY_STYLE_AUTHENTICATION_BROKEN:
|
| security_style_blink = WebURLResponse::SecurityStyleAuthenticationBroken;
|
| break;
|
| - case SECURITY_STYLE_WARNING:
|
| - security_style_blink = WebURLResponse::SecurityStyleWarning;
|
| - break;
|
| case SECURITY_STYLE_AUTHENTICATED:
|
| security_style_blink = WebURLResponse::SecurityStyleAuthenticated;
|
| break;
|
|
|