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

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

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.cpp
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
index 79e76e01993ab7a1f1ba3c4220fa9fb19d2e886d..7b23fc7e034a7412b45eac421b45a44c44ccc4a3 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
@@ -33,7 +33,7 @@
#include <memory>
#include "bindings/core/v8/ScriptController.h"
-#include "core/InspectorInstrumentationAgents.h"
+#include "core/CoreProbeSink.h"
#include "core/dom/ChildFrameDisconnector.h"
#include "core/dom/DocumentType.h"
#include "core/dom/StyleChangeReason.h"
@@ -57,7 +57,6 @@
#include "core/html/HTMLPlugInElement.h"
#include "core/input/EventHandler.h"
#include "core/inspector/ConsoleMessage.h"
-#include "core/inspector/InspectorInstrumentation.h"
#include "core/layout/HitTestResult.h"
#include "core/layout/LayoutView.h"
#include "core/layout/api/LayoutPartItem.h"
@@ -74,6 +73,7 @@
#include "core/paint/PaintLayer.h"
#include "core/paint/PaintLayerPainter.h"
#include "core/paint/TransformRecorder.h"
+#include "core/probe/CoreProbes.h"
#include "core/svg/SVGDocumentExtensions.h"
#include "core/timing/Performance.h"
#include "platform/DragImage.h"
@@ -870,7 +870,7 @@ inline LocalFrame::LocalFrame(LocalFrameClient* client,
m_interfaceProvider(interfaceProvider),
m_interfaceRegistry(interfaceRegistry) {
if (isLocalRoot()) {
- m_instrumentingAgents = new InspectorInstrumentationAgents();
+ m_instrumentingAgents = new CoreProbeSink();
m_performanceMonitor = new PerformanceMonitor(this);
} else {
m_instrumentingAgents = localFrameRoot()->m_instrumentingAgents;
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalFrame.h ('k') | third_party/WebKit/Source/core/frame/PerformanceMonitor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698