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

Unified Diff: Source/core/workers/WorkerGlobalScopeProxy.h

Issue 460363002: Record DevTools metadata events on worker threads when starting recoring tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/workers/WorkerGlobalScopeProxy.h
diff --git a/Source/core/workers/WorkerGlobalScopeProxy.h b/Source/core/workers/WorkerGlobalScopeProxy.h
index bfcb169722bed4f91117ad85bb7e56ff83797a97..162dfb53dd766d7bc858c458ecf578100314516e 100644
--- a/Source/core/workers/WorkerGlobalScopeProxy.h
+++ b/Source/core/workers/WorkerGlobalScopeProxy.h
@@ -64,6 +64,7 @@ namespace blink {
virtual void connectToInspector(PageInspector*) { }
virtual void disconnectFromInspector() { }
virtual void sendMessageToInspector(const String&) { }
+ virtual void writeTimelineStartedEvent(const String& sessionId) { }
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698