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

Unified Diff: content/browser/devtools/protocol/security_handler.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 | « components/toolbar/toolbar_model_impl.cc ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol/security_handler.cc
diff --git a/content/browser/devtools/protocol/security_handler.cc b/content/browser/devtools/protocol/security_handler.cc
index 168bd5ec5bd7bd10c2d64b62e8ea4a22494aec8c..f56ef60a098c784481a3b3117b3df7ec4e1ee622 100644
--- a/content/browser/devtools/protocol/security_handler.cc
+++ b/content/browser/devtools/protocol/security_handler.cc
@@ -31,8 +31,6 @@ std::string SecurityStyleToProtocolSecurityState(
return kSecurityStateNeutral;
case SECURITY_STYLE_AUTHENTICATION_BROKEN:
return kSecurityStateInsecure;
- case SECURITY_STYLE_WARNING:
- return kSecurityStateWarning;
case SECURITY_STYLE_AUTHENTICATED:
return kSecurityStateSecure;
default:
« no previous file with comments | « components/toolbar/toolbar_model_impl.cc ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698