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

Unified Diff: third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.h

Issue 2772613002: [instrumentation] Rename InspectorInstrumentation into CoreProbes (Closed)
Patch Set: sinkFor -> toCoreProbesSink 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/platform/instrumentation/PlatformInstrumentation.h
diff --git a/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.h b/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.h
index a6f1e25dd084360bdfc9e81a7d368231d57a5ddb..805eef39f0e597b3477e3c07fc3885d59eaeb531 100644
--- a/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.h
+++ b/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.h
@@ -12,7 +12,7 @@
namespace blink {
class FetchContext;
-class PlatformInstrumentationAgents;
+class PlatformInstrumentationSink;
namespace probe {
@@ -29,8 +29,7 @@ class PLATFORM_EXPORT ProbeBase {
mutable double m_endTime = 0;
};
-inline PlatformInstrumentationAgents* instrumentingAgentsFor(
- FetchContext* context) {
+inline PlatformInstrumentationSink* toPlatformInstrumentationSink(FetchContext* context) {
return context->instrumentingAgents();
}

Powered by Google App Engine
This is Rietveld 408576698