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

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

Issue 2400673003: Remove SSLStatus::security_style member and content::SecurityStyle (Closed)
Patch Set: more curly braces Created 4 years, 2 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 | « third_party/WebKit/public/platform/WebSecurityStyle.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/WebURLResponse.h
diff --git a/third_party/WebKit/public/platform/WebURLResponse.h b/third_party/WebKit/public/platform/WebURLResponse.h
index 4157f5376b480845b55f3dfad0a458b08a1a6e1e..d0be07f4eee5729d54b5bfef6feddcf5f1bbad19 100644
--- a/third_party/WebKit/public/platform/WebURLResponse.h
+++ b/third_party/WebKit/public/platform/WebURLResponse.h
@@ -33,6 +33,7 @@
#include "public/platform/WebCString.h"
#include "public/platform/WebCommon.h"
+#include "public/platform/WebSecurityStyle.h"
#include "public/platform/WebString.h"
#include "public/platform/WebVector.h"
#include "public/platform/modules/serviceworker/WebServiceWorkerResponseType.h"
@@ -55,13 +56,6 @@ class WebURLResponse {
HTTPVersion_1_1,
HTTPVersion_2_0
};
- enum SecurityStyle {
- SecurityStyleUnknown,
- SecurityStyleUnauthenticated,
- SecurityStyleAuthenticationBroken,
- SecurityStyleWarning,
- SecurityStyleAuthenticated
- };
struct SignedCertificateTimestamp {
SignedCertificateTimestamp() {}
@@ -209,8 +203,8 @@ class WebURLResponse {
BLINK_PLATFORM_EXPORT void setHasMajorCertificateErrors(bool);
- BLINK_PLATFORM_EXPORT SecurityStyle getSecurityStyle() const;
- BLINK_PLATFORM_EXPORT void setSecurityStyle(SecurityStyle);
+ BLINK_PLATFORM_EXPORT WebSecurityStyle getSecurityStyle() const;
+ BLINK_PLATFORM_EXPORT void setSecurityStyle(WebSecurityStyle);
BLINK_PLATFORM_EXPORT void setSecurityDetails(const WebSecurityDetails&);
« no previous file with comments | « third_party/WebKit/public/platform/WebSecurityStyle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698