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

Unified Diff: sky/engine/core/loader/FrameLoader.h

Issue 1214513003: Remove references into sky/engine/core/fetch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « sky/engine/core/loader/FrameFetchContext.cpp ('k') | sky/engine/core/loader/FrameLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/loader/FrameLoader.h
diff --git a/sky/engine/core/loader/FrameLoader.h b/sky/engine/core/loader/FrameLoader.h
index 71e2d30426264ba369d91702737775aee56db55c..dc6325e630f71a69d1c6f30516cba902d7f53f47 100644
--- a/sky/engine/core/loader/FrameLoader.h
+++ b/sky/engine/core/loader/FrameLoader.h
@@ -32,7 +32,6 @@
#ifndef SKY_ENGINE_CORE_LOADER_FRAMELOADER_H_
#define SKY_ENGINE_CORE_LOADER_FRAMELOADER_H_
-#include "sky/engine/core/fetch/ResourceLoaderOptions.h"
#include "sky/engine/core/loader/FrameLoaderTypes.h"
#include "sky/engine/platform/Timer.h"
#include "sky/engine/platform/network/ResourceRequest.h"
@@ -46,7 +45,6 @@ class Chrome;
class DOMWrapperWorld;
class Document;
class Event;
-class FetchContext;
class Frame;
class FrameLoaderClient;
class LocalFrame;
@@ -76,15 +74,11 @@ public:
// FIXME: clear() is trying to do too many things. We should break it down into smaller functions.
void clear();
- FetchContext& fetchContext() const { return *m_fetchContext; }
-
void finishedParsing();
private:
LocalFrame* m_frame;
- OwnPtr<FetchContext> m_fetchContext;
-
bool m_inStopAllLoaders;
};
« no previous file with comments | « sky/engine/core/loader/FrameFetchContext.cpp ('k') | sky/engine/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698