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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp

Issue 2790693002: Split CSP into pre- and post-upgrade checks (Closed)
Patch Set: add mkwst TODO Created 3 years, 8 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/loader/fetch/FetchContext.cpp
diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
index 1bdddf44ba423c18dbf3695f7a27ddf2df417e27..c612edbabe4037e8dd61ee728e289ce1d256889d 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
+++ b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
@@ -115,9 +115,12 @@ void FetchContext::AddConsoleMessage(const String&,
FetchContext::LogMessageType) const {}
void FetchContext::PopulateResourceRequest(
+ const KURL&,
Resource::Type,
const ClientHintsPreferences&,
const FetchParameters::ResourceWidth&,
+ const ResourceLoaderOptions&,
+ SecurityViolationReportingPolicy,
ResourceRequest&) {}
void FetchContext::SetFirstPartyCookieAndRequestorOrigin(ResourceRequest&) {}

Powered by Google App Engine
This is Rietveld 408576698