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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.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/core/inspector/InspectorTraceEvents.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
index 44547bc5e4c8d556f1889945c4beff29f866fbb4..29451d1b3833db22fdadb04a8d09bd8290d81142 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
@@ -72,7 +72,7 @@ class CORE_EXPORT InspectorTraceEvents : public InspectorAgent {
public:
InspectorTraceEvents() {}
- void init(InstrumentingAgents*,
+ void init(InspectorInstrumentationAgents*,
protocol::UberDispatcher*,
protocol::DictionaryValue*) override;
void dispose() override;
@@ -111,7 +111,7 @@ class CORE_EXPORT InspectorTraceEvents : public InspectorAgent {
DECLARE_VIRTUAL_TRACE();
private:
- Member<InstrumentingAgents> m_instrumentingAgents;
+ Member<InspectorInstrumentationAgents> m_instrumentingAgents;
};
namespace InspectorLayoutEvent {

Powered by Google App Engine
This is Rietveld 408576698