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

Unified Diff: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h

Issue 2760363002: [instrumentation] Generalize instrumentation to be used beyond the core layer (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
diff --git a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
index e742f546726c80cef109bf1dbf9e7c17fccbbb88..794d34f99cf26447e70258b40342c62681f55ffb 100644
--- a/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
+++ b/third_party/WebKit/Source/web/WebDevToolsAgentImpl.h
@@ -148,7 +148,7 @@ class WebDevToolsAgentImpl final
WebDevToolsAgentClient* m_client;
Member<WebLocalFrameImpl> m_webLocalFrameImpl;
- Member<InstrumentingAgents> m_instrumentingAgents;
+ Member<InspectorInstrumentationAgents> m_instrumentingAgents;
Member<InspectorResourceContentLoader> m_resourceContentLoader;
Member<InspectorOverlay> m_overlay;
Member<InspectedFrames> m_inspectedFrames;

Powered by Google App Engine
This is Rietveld 408576698