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

Unified Diff: content/child/web_url_loader_impl.cc

Issue 2329153002: Remove the WARNING security level.
Patch Set: Restore top control test for sub.originalwebsite.com (but with ERROR instead of WARNING). 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
« no previous file with comments | « content/browser/devtools/protocol/security_handler.cc ('k') | content/public/common/security_style.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « content/browser/devtools/protocol/security_handler.cc ('k') | content/public/common/security_style.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698