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

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

Issue 17030009: Inspector: wrapped inspector agent instances into factory-like wrappers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comments Created 7 years, 6 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 | « Source/core/inspector/InspectorConsoleAgent.cpp ('k') | Source/core/inspector/InspectorController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorController.h
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h
index 5b2061210ea37a3613d54e9e31869767302bc1f2..9291b2e39bfb77bd86f21366d8b7ec78e1ee8092 100644
--- a/Source/core/inspector/InspectorController.h
+++ b/Source/core/inspector/InspectorController.h
@@ -49,7 +49,7 @@ class InspectorClient;
class InspectorFrontend;
class InspectorFrontendChannel;
class InspectorFrontendClient;
-class InspectorMemoryAgent;
+class InspectorMemoryFactory;
class InspectorOverlay;
class InspectorState;
class InstrumentingAgents;
@@ -128,14 +128,14 @@ private:
OwnPtr<InspectorCompositeState> m_state;
OwnPtr<InspectorOverlay> m_overlay;
- InspectorMemoryAgent* m_memoryAgent;
+ InspectorMemoryFactory* m_memoryFactory;
RefPtr<InspectorBackendDispatcher> m_inspectorBackendDispatcher;
OwnPtr<InspectorFrontendClient> m_inspectorFrontendClient;
OwnPtr<InspectorFrontend> m_inspectorFrontend;
Page* m_page;
InspectorClient* m_inspectorClient;
- InspectorAgentRegistry m_agents;
+ InspectorFactoryRegistry m_agentFactories;
bool m_isUnderTest;
};
« no previous file with comments | « Source/core/inspector/InspectorConsoleAgent.cpp ('k') | Source/core/inspector/InspectorController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698