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

Unified Diff: components/security_state/security_state_model.h

Issue 2346063002: Add new SecurityLevel for Http Bad state (Closed)
Patch Set: Improve comment 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: components/security_state/security_state_model.h
diff --git a/components/security_state/security_state_model.h b/components/security_state/security_state_model.h
index fc7e5f34c7d4d085098f3ac19c2b568f8d48fb3b..71d422c42ba47e02a6d433e1002e68c571da3e5e 100644
--- a/components/security_state/security_state_model.h
+++ b/components/security_state/security_state_model.h
@@ -39,6 +39,11 @@ class SecurityStateModel {
// HTTP/no URL/HTTPS but with insecure passive content on the page.
NONE,
+ // HTTP, but something about the page (e.g., inclusion of private info)
+ // suggests we should show a warning for it. This is intended for use as
+ // part of the Http Bad rollout (https://crbug.com/647754).
Peter Kasting 2016/09/20 00:50:05 OK... I'm still not really sure how this comment i
felt 2016/09/20 01:09:56 Done.
+ HTTP_WARNING,
+
// HTTPS with valid EV cert.
EV_SECURE,
« no previous file with comments | « chrome/browser/ssl/chrome_security_state_model_client.cc ('k') | components/security_state/security_state_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698