| 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&);
|
|
|
|
|