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

Unified Diff: content/public/common/security_style.h

Issue 1162663004: Introduce browser-side plumbing for sending the lock icon status to DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased onto latest master. Created 5 years, 7 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: content/public/common/security_style.h
diff --git a/content/public/common/security_style.h b/content/public/common/security_style.h
index 94cd0ed99d9eaee70cb84135ae0f95f6f24f1f3f..279a7c6238430d389b184eff3bc8f4e72b7bd821 100644
--- a/content/public/common/security_style.h
+++ b/content/public/common/security_style.h
@@ -28,6 +28,11 @@ enum SecurityStyle {
// this object in an authenticated manner but were unable to do so.
SECURITY_STYLE_AUTHENTICATION_BROKEN,
+ // SECURITY_STYLE_WARNING is a higher-level state that 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.
Ryan Sleevi 2015/06/03 23:43:52 comment nit: I'm not sure what "higher-level state
lgarron 2015/06/04 00:26:35 Done. (Thanks for the "deprecated TLS-protection"
+ SECURITY_STYLE_WARNING,
+
// SECURITY_STYLE_AUTHENTICATED indicates that we successfully retrieved this
// object over an authenticated protocol, such as HTTPS.
SECURITY_STYLE_AUTHENTICATED,
« chrome/browser/ui/browser_browsertest.cc ('K') | « content/public/browser/web_contents_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698