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

Unified Diff: third_party/WebKit/public/platform/WebSecurityStyle.h

Issue 2770703002: Rename SecurityStyleExplanations and WebSecurityStyle fields (Closed)
Patch Set: elawrence comments Created 3 years, 9 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 | « content/public/browser/security_style_explanations.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebSecurityStyle.h
diff --git a/third_party/WebKit/public/platform/WebSecurityStyle.h b/third_party/WebKit/public/platform/WebSecurityStyle.h
index b6f0b4cb3d50fcc8621f7c8c239652bd08d8dfee..192fe0d2ed35177777898907fde9d1c8532395d5 100644
--- a/third_party/WebKit/public/platform/WebSecurityStyle.h
+++ b/third_party/WebKit/public/platform/WebSecurityStyle.h
@@ -8,11 +8,11 @@ namespace blink {
// This enum represents the security state of a resource.
enum WebSecurityStyle {
WebSecurityStyleUnknown,
- WebSecurityStyleUnauthenticated,
- WebSecurityStyleAuthenticationBroken,
+ WebSecurityStyleNeutral,
+ WebSecurityStyleInsecure,
WebSecurityStyleWarning,
- WebSecurityStyleAuthenticated,
- WebSecurityStyleLast = WebSecurityStyleAuthenticated
+ WebSecurityStyleSecure,
+ WebSecurityStyleLast = WebSecurityStyleSecure
};
} // namespace blink
#endif
« no previous file with comments | « content/public/browser/security_style_explanations.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698