Index: third_party/WebKit/Source/platform/exported/WebURLRequest.cpp |
diff --git a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp |
index 67a8692e9bb1a012f89b5a5edf43e6d4c71db0fb..0a47ed32f2bf9980d30e9aedbc6da6c093a7632a 100644 |
--- a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp |
+++ b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp |
@@ -400,6 +400,10 @@ bool WebURLRequest::isExternalRequest() const { |
return m_resourceRequest->isExternalRequest(); |
} |
+WebInsecureRequestPolicy WebURLRequest::getInsecureRequestPolicy() const { |
+ return m_resourceRequest->getInsecureRequestPolicy(); |
+} |
+ |
WebURLRequest::LoadingIPCType WebURLRequest::getLoadingIPCType() const { |
if (RuntimeEnabledFeatures::loadingWithMojoEnabled()) |
return WebURLRequest::LoadingIPCType::Mojo; |