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

Unified Diff: ios/web/net/request_tracker_impl.mm

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 | « ios/chrome/browser/ssl/ios_chrome_security_state_model_client.mm ('k') | ios/web/public/security_style.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/net/request_tracker_impl.mm
diff --git a/ios/web/net/request_tracker_impl.mm b/ios/web/net/request_tracker_impl.mm
index dc038e43ce1a239cbcc42deb813f9b2959be28da..fa8d5f47540804f67629fd319ef19efbc581221f 100644
--- a/ios/web/net/request_tracker_impl.mm
+++ b/ios/web/net/request_tracker_impl.mm
@@ -319,9 +319,6 @@ struct TrackerCounts {
case web::SECURITY_STYLE_AUTHENTICATION_BROKEN:
sslInfo = @"Not secure ";
break;
- case web::SECURITY_STYLE_WARNING:
- sslInfo = @"Security warning";
- break;
case web::SECURITY_STYLE_AUTHENTICATED:
if (status_.content_status ==
web::SSLStatus::DISPLAYED_INSECURE_CONTENT)
« no previous file with comments | « ios/chrome/browser/ssl/ios_chrome_security_state_model_client.mm ('k') | ios/web/public/security_style.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698