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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.h

Issue 2772613002: [instrumentation] Rename InspectorInstrumentation into CoreProbes (Closed)
Patch Set: fix typo 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/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index 5f274e82dce30ae1a338a1b2157b0bb956726ca4..a0a12f6489432f7551d1081512c52c2dfd8a6752 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -59,7 +59,7 @@ class FrameConsole;
class FrameSelection;
class FrameView;
class InputMethodController;
-class InspectorInstrumentationAgents;
+class CoreProbeSink;
class InterfaceProvider;
class InterfaceRegistry;
class IntPoint;
@@ -164,9 +164,7 @@ class CORE_EXPORT LocalFrame final : public Frame,
// behavior for detached windows.
bool isCrossOriginSubframe() const;
- InspectorInstrumentationAgents* instrumentingAgents() {
- return m_instrumentingAgents.get();
- }
+ CoreProbeSink* instrumentingAgents() { return m_instrumentingAgents.get(); }
// =========================================================================
// All public functions below this point are candidates to move out of
@@ -270,7 +268,7 @@ class CORE_EXPORT LocalFrame final : public Frame,
bool m_inViewSourceMode;
- Member<InspectorInstrumentationAgents> m_instrumentingAgents;
+ Member<CoreProbeSink> m_instrumentingAgents;
Member<PerformanceMonitor> m_performanceMonitor;
InterfaceProvider* const m_interfaceProvider;
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp ('k') | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698