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

Unified Diff: Source/core/inspector/InspectorTraceEvents.h

Issue 898593002: DevTools: use per-LocalFrame instrumenting agents instead of per-Page ones. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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: Source/core/inspector/InspectorTraceEvents.h
diff --git a/Source/core/inspector/InspectorTraceEvents.h b/Source/core/inspector/InspectorTraceEvents.h
index 4e5dbb0f396ccf696e1567ba2fa68dcaa7e2aec5..6ad952b73e89bc1b2f018c88c95fd188f8e68b50 100644
--- a/Source/core/inspector/InspectorTraceEvents.h
+++ b/Source/core/inspector/InspectorTraceEvents.h
@@ -277,9 +277,9 @@ public:
static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(const String& sessionId, int workerId, WorkerThread*);
};
-class InspectorTracingStartedInPage {
+class InspectorTracingStartedInFrame {
public:
- static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(const String& sessionId, Page*);
+ static PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(const String& sessionId, LocalFrame*);
};
class InspectorSetLayerTreeId {

Powered by Google App Engine
This is Rietveld 408576698