Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: content/child/web_url_loader_impl.cc

Issue 2329153002: Remove the WARNING security level.
Patch Set: Update Android test to take into account HTTPS scheme coloring. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698