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