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

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

Issue 104433004: Enable VM service inside Dartium Renderer processes (Closed) Base URL: svn://svn.chromium.org/multivm/branches/1650/blink
Patch Set: Created 7 years 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 95f036886a22e74017bf3d9c75e8c14eb8113118..b2c5e49ae0501cbd19f88020fa843ec0e14aba31 100644
--- a/Source/core/inspector/InspectorController.h
+++ b/Source/core/inspector/InspectorController.h
@@ -45,6 +45,7 @@ class GraphicsContext;
class InjectedScriptManager;
class InspectorBackendDispatcher;
class InspectorClient;
+class InspectorDartAgent;
class InspectorFrontend;
class InspectorFrontendChannel;
class InspectorFrontendClient;
@@ -127,6 +128,7 @@ private:
OwnPtr<InspectorCompositeState> m_state;
OwnPtr<InspectorOverlay> m_overlay;
+ InspectorDartAgent* m_dartAgent;
InspectorMemoryAgent* m_memoryAgent;
InspectorTimelineAgent* m_timelineAgent;

Powered by Google App Engine
This is Rietveld 408576698