| 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 671f2e48236cd127576e6e9fc1752b8bd00d9f90..4e951d8cf67ff8d439f269f3f879fbffe015a4c8 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -33,7 +33,6 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/frame/csp/ContentSecurityPolicy.h"
|
| -#include "core/loader/LinkLoader.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/loader/fetch/FetchContext.h"
|
| #include "platform/loader/fetch/FetchRequest.h"
|
| @@ -196,13 +195,6 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
|
| FetchRequest::OriginRestriction,
|
| ResourceRequest::RedirectStatus) const;
|
|
|
| - void dispatchDidReceiveResponseInternal(unsigned long identifier,
|
| - const ResourceResponse&,
|
| - WebURLRequest::FrameType,
|
| - WebURLRequest::RequestContext,
|
| - Resource*,
|
| - LinkLoader::CanLoadResources);
|
| -
|
| void addCSPHeaderIfNecessary(Resource::Type, ResourceRequest&);
|
|
|
| // FIXME: Oilpan: Ideally this should just be a traced Member but that will
|
|
|