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

Unified Diff: chrome/browser/ui/toolbar/toolbar_model_security_level_list.h

Issue 13483010: Add UI notifications for admin-provided SSL certificates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 8 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: chrome/browser/ui/toolbar/toolbar_model_security_level_list.h
diff --git a/chrome/browser/ui/toolbar/toolbar_model_security_level_list.h b/chrome/browser/ui/toolbar/toolbar_model_security_level_list.h
index b49bd4122031bf7319a49893c2b5d263547bbfe3..f5502a980fb470a5c7e81f99fec7eb9666a46ac0 100644
--- a/chrome/browser/ui/toolbar/toolbar_model_security_level_list.h
+++ b/chrome/browser/ui/toolbar/toolbar_model_security_level_list.h
@@ -23,7 +23,11 @@ DEFINE_TOOLBAR_MODEL_SECURITY_LEVEL(SECURE, 2)
// content on the page
DEFINE_TOOLBAR_MODEL_SECURITY_LEVEL(SECURITY_WARNING, 3)
+// HTTPS, but the certificate verification chain is anchored on a certificate
+// that was installed by the system administrator
+DEFINE_TOOLBAR_MODEL_SECURITY_LEVEL(SECURITY_POLICY_WARNING, 4)
+
// Attempted HTTPS and failed, page not authenticated
-DEFINE_TOOLBAR_MODEL_SECURITY_LEVEL(SECURITY_ERROR, 4)
+DEFINE_TOOLBAR_MODEL_SECURITY_LEVEL(SECURITY_ERROR, 5)
-DEFINE_TOOLBAR_MODEL_SECURITY_LEVEL(NUM_SECURITY_LEVELS, 5)
+DEFINE_TOOLBAR_MODEL_SECURITY_LEVEL(NUM_SECURITY_LEVELS, 6)
« no previous file with comments | « chrome/browser/ui/toolbar/toolbar_model_impl.cc ('k') | chrome/browser/ui/views/location_bar/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698