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

Unified Diff: third_party/WebKit/Source/core/loader/DocumentLoader.cpp

Issue 2284683002: PlzNavigate: support upgrade-insecure-navigation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adressed comments (Nate) Created 4 years, 4 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/core/loader/DocumentLoader.cpp
diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
index ca806956f07c04dbddaccb752382393fb919a023..8308bf02d24da1b5c0323cdba63a53360472271b 100644
--- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
+++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
@@ -644,11 +644,6 @@ bool DocumentLoader::maybeLoadEmpty()
return true;
}
-void DocumentLoader::upgradeInsecureRequest()
-{
- fetcher()->context().upgradeInsecureRequest(m_request);
-}
-
void DocumentLoader::startLoadingMainResource()
{
timing().markNavigationStart();

Powered by Google App Engine
This is Rietveld 408576698