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

Unified Diff: third_party/WebKit/Source/platform/exported/WebURLRequest.cpp

Issue 2053693002: WIP: Move 'Upgrade-Insecure-Requests' to the browser process. Base URL: https://chromium.googlesource.com/chromium/src.git@replicate
Patch Set: Rebase. :( Created 3 years, 10 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
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;
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoader.cpp ('k') | third_party/WebKit/Source/platform/loader/fetch/FetchContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698