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

Unified Diff: third_party/WebKit/Source/core/loader/FrameFetchContext.h

Issue 1867493003: remove FetchContext::getCachePolicy() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review #33 Created 3 years, 9 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/loader/FrameFetchContext.h
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
index 28be0ceacde00672dfd048775dc414e759e14785..132caa7d5058a6c4bfaf3345e9e48cbbb9eb0b25 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
@@ -74,7 +74,6 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
void addAdditionalRequestHeaders(ResourceRequest&,
FetchResourceType) override;
- CachePolicy getCachePolicy() const override;
WebCachePolicy resourceRequestCachePolicy(
ResourceRequest&,
Resource::Type,

Powered by Google App Engine
This is Rietveld 408576698