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

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

Issue 2203613003: Split header modification out of willSendRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Filter the header instead 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/fetch/FetchContext.cpp
diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.cpp b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
index 5429adefa2ed50c18a0c2997a7b3a91654bfbcbd..92005bc79aecae5b7db5cf2052695ac1e1f675f8 100644
--- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
@@ -57,7 +57,7 @@ WebCachePolicy FetchContext::resourceRequestCachePolicy(const ResourceRequest&,
return WebCachePolicy::UseProtocolCachePolicy;
}
-void FetchContext::dispatchWillSendRequest(unsigned long, ResourceRequest&, const ResourceResponse&, const FetchInitiatorInfo&)
+void FetchContext::dispatchWillSendRequest(unsigned long, const ResourceRequest&, const ResourceResponse&, const FetchInitiatorInfo&)
{
}

Powered by Google App Engine
This is Rietveld 408576698