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

Unified Diff: sky/engine/core/frame/LocalFrame.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/frame/FrameView.cpp ('k') | sky/engine/core/frame/LocalFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/LocalFrame.h
diff --git a/sky/engine/core/frame/LocalFrame.h b/sky/engine/core/frame/LocalFrame.h
index 489bf08b08a14e8b3c78b754ef08e9e56a490869..563c3de859bf49b7e0ba84c8bfcfad84d29b3929 100644
--- a/sky/engine/core/frame/LocalFrame.h
+++ b/sky/engine/core/frame/LocalFrame.h
@@ -42,7 +42,6 @@ namespace blink {
class Editor;
class Element;
class EventHandler;
- class FetchContext;
class FloatRect;
class FloatSize;
class FrameConsole;
@@ -52,7 +51,6 @@ namespace blink {
class InputMethodController;
class IntPoint;
class IntSize;
- class MojoLoader;
class NewEventHandler;
class Node;
class Range;
@@ -89,10 +87,8 @@ namespace blink {
Editor& editor() const;
EventHandler& eventHandler() const;
NewEventHandler& newEventHandler() const;
- MojoLoader& mojoLoader() const { return *m_mojoLoader; }
FrameSelection& selection() const;
InputMethodController& inputMethodController() const;
- FetchContext& fetchContext() const;
SpellChecker& spellChecker() const;
FrameConsole& console() const;
@@ -122,7 +118,6 @@ namespace blink {
HashSet<FrameDestructionObserver*> m_destructionObservers;
mutable FrameLoader m_deprecatedLoader;
- OwnPtr<MojoLoader> m_mojoLoader;
RefPtr<FrameView> m_view;
« no previous file with comments | « sky/engine/core/frame/FrameView.cpp ('k') | sky/engine/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698