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 22869f183ccb464d053f32eb0b0b1cd3ef6e6766..94dde64444a0e70ab2f575f8b6959437ddf1148a 100644 |
--- a/third_party/WebKit/Source/core/fetch/FetchContext.h |
+++ b/third_party/WebKit/Source/core/fetch/FetchContext.h |
@@ -89,6 +89,7 @@ public: |
virtual void addResourceTiming(const ResourceTimingInfo&); |
virtual bool allowImage(bool, const KURL&) const { return false; } |
virtual bool canRequest(Resource::Type, const ResourceRequest&, const KURL&, const ResourceLoaderOptions&, bool forPreload, FetchRequest::OriginRestriction) const { return false; } |
+ virtual bool allowResponse(Resource::Type, const ResourceRequest&, const KURL&, const ResourceLoaderOptions&) const { return false; } |
virtual bool isControlledByServiceWorker() const { return false; } |
virtual int64_t serviceWorkerID() const { return -1; } |