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

Unified Diff: ios/web/public/security_style.h

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
Index: ios/web/public/security_style.h
diff --git a/ios/web/public/security_style.h b/ios/web/public/security_style.h
index a72396caeef6c8037eb7054316ec240a9c917390..a2fbf841fc3e523071bf88dbab4f34d120ac832f 100644
--- a/ios/web/public/security_style.h
+++ b/ios/web/public/security_style.h
@@ -28,11 +28,6 @@ enum SecurityStyle {
// this object in an authenticated manner but were unable to do so.
SECURITY_STYLE_AUTHENTICATION_BROKEN,
- // SECURITY_STYLE_WARNING means that the object was retrieved in an
- // authenticated manner, but there were security issues with the retrieval or
- // the object interacted with less secure objects.
- SECURITY_STYLE_WARNING,
-
// SECURITY_STYLE_AUTHENTICATED indicates that we successfully retrieved this
// object over an authenticated protocol, such as HTTPS.
SECURITY_STYLE_AUTHENTICATED,

Powered by Google App Engine
This is Rietveld 408576698