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

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

Issue 2797423004: Remove FrameFetchContext::dispatchDidReceiveResponseInternal declaration (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698