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

Unified Diff: third_party/WebKit/Source/core/fetch/FetchContext.h

Issue 2109633002: Executed HTTPS upgrade before notifying the start of the provisional load. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplified cross site URL code. Created 4 years, 5 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/fetch/FetchContext.h
diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.h b/third_party/WebKit/Source/core/fetch/FetchContext.h
index d4b54554edee8910f355e99a8c7ce3bf394d48e8..7a8400fe3c07d2b0b3b732a8b7f9f8a09847cac2 100644
--- a/third_party/WebKit/Source/core/fetch/FetchContext.h
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.h
@@ -104,7 +104,7 @@ public:
virtual void sendImagePing(const KURL&);
virtual void addConsoleMessage(const String&) const;
virtual SecurityOrigin* getSecurityOrigin() const { return nullptr; }
- virtual void upgradeInsecureRequest(FetchRequest&);
+ virtual void upgradeInsecureRequest(ResourceRequest&);
virtual void addClientHintsIfNecessary(FetchRequest&);
virtual void addCSPHeaderIfNecessary(Resource::Type, FetchRequest&);

Powered by Google App Engine
This is Rietveld 408576698