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

Unified Diff: Source/core/inspector/InspectorController.h

Issue 445023005: DevTools: reduce ResourceAgent dependency on PageAgent. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
Index: Source/core/inspector/InspectorController.h
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
index db758969abe34a79b2ed26ee0ee78356a30fa29f..3d021c714bb38c37d6c2902a5466ce23c4573e6c 100644
--- a/Source/core/inspector/InspectorController.h
+++ b/Source/core/inspector/InspectorController.h
@@ -42,7 +42,7 @@ namespace blink {
class ContextMenuProvider;
class DOMWrapperWorld;
-class LocalFrame;
+class EditedResourcesContentManager;
class GraphicsContext;
class GraphicsLayer;
class InjectedScriptManager;
@@ -64,6 +64,7 @@ class InspectorState;
class InstrumentingAgents;
class IntPoint;
class IntSize;
+class LocalFrame;
class Page;
class PlatformGestureEvent;
class PlatformKeyboardEvent;
@@ -145,6 +146,7 @@ private:
RefPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
OwnPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
+ OwnPtrWillBeMember<EditedResourcesContentManager> m_editedResourcesContentManager;
OwnPtrWillBeMember<InspectorCompositeState> m_state;
OwnPtr<InspectorOverlay> m_overlay;

Powered by Google App Engine
This is Rietveld 408576698