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

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

Issue 2389753002: doc.write blocking intervention warning header (Closed)
Patch Set: Rebased till refs/heads/master@{#422406} Created 4 years, 2 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 5a6ac154935e7bbad4e833488702b90c0cb79d9e..41793de46c291c04b3193ff45a6860c0b1a42a5f 100644
--- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
@@ -52,7 +52,8 @@ CachePolicy FetchContext::getCachePolicy() const {
WebCachePolicy FetchContext::resourceRequestCachePolicy(
const ResourceRequest&,
Resource::Type,
- FetchRequest::DeferOption defer) const {
+ FetchRequest::DeferOption defer,
+ std::pair<AtomicString, AtomicString>& customHeader) const {
return WebCachePolicy::UseProtocolCachePolicy;
}

Powered by Google App Engine
This is Rietveld 408576698