| Index: third_party/WebKit/public/platform/WebURLRequest.h
|
| diff --git a/third_party/WebKit/public/platform/WebURLRequest.h b/third_party/WebKit/public/platform/WebURLRequest.h
|
| index c58a4e491222d25c0643a790d77ce7e836e6c9af..44f85f3ed85b4966c76957b95247e9008a99ff6f 100644
|
| --- a/third_party/WebKit/public/platform/WebURLRequest.h
|
| +++ b/third_party/WebKit/public/platform/WebURLRequest.h
|
| @@ -34,6 +34,7 @@
|
| #include "WebAddressSpace.h"
|
| #include "WebCommon.h"
|
| #include "WebHTTPBody.h"
|
| +#include "WebInsecureRequestPolicy.h"
|
| #include "WebReferrerPolicy.h"
|
| #include <memory>
|
|
|
| @@ -322,6 +323,11 @@ class WebURLRequest {
|
| // https://mikewest.github.io/cors-rfc1918/#external-request
|
| BLINK_PLATFORM_EXPORT bool isExternalRequest() const;
|
|
|
| + // This maps to the "Insecure Requests Policy" concept defined in
|
| + // https://w3c.github.io/webappsec-upgrade-insecure-requests/#insecure-requests-policy
|
| + BLINK_PLATFORM_EXPORT WebInsecureRequestPolicy
|
| + getInsecureRequestPolicy() const;
|
| +
|
| BLINK_PLATFORM_EXPORT LoadingIPCType getLoadingIPCType() const;
|
|
|
| BLINK_PLATFORM_EXPORT void setNavigationStartTime(double);
|
|
|