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

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

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.h
diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.h b/third_party/WebKit/Source/core/fetch/FetchContext.h
index 1fd7c66797641cae880c29c22ad19b91c725cbfa..c36f4392e5d2f3e490d36654b97d9bc662df6f9f 100644
--- a/third_party/WebKit/Source/core/fetch/FetchContext.h
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.h
@@ -75,7 +75,8 @@ class CORE_EXPORT FetchContext
virtual WebCachePolicy resourceRequestCachePolicy(
const ResourceRequest&,
Resource::Type,
- FetchRequest::DeferOption) const;
+ FetchRequest::DeferOption,
+ std::pair<AtomicString, AtomicString>&) const;
Nate Chapin 2016/10/04 20:33:42 Let's just take a non-const ResourceRequest& here
shivanisha 2016/10/05 17:11:55 Sounds good. done.
virtual void dispatchDidChangeResourcePriority(unsigned long identifier,
ResourceLoadPriority,

Powered by Google App Engine
This is Rietveld 408576698