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

Unified Diff: Source/core/inspector/InspectorTracingAgent.cpp

Issue 1307863003: Add support for returning traces as streams in DevTools protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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/inspector/InspectorTracingAgent.cpp
diff --git a/Source/core/inspector/InspectorTracingAgent.cpp b/Source/core/inspector/InspectorTracingAgent.cpp
index 43b8cc72056b8c8b9cabb98d0717a1d219fe8257..f929a2cfe1827d21b0e752b816d495f813984cce 100644
--- a/Source/core/inspector/InspectorTracingAgent.cpp
+++ b/Source/core/inspector/InspectorTracingAgent.cpp
@@ -56,7 +56,7 @@ void InspectorTracingAgent::start(ErrorString*, const String* categoryFilter, co
callback->sendSuccess();
}
-void InspectorTracingAgent::end(ErrorString* errorString, PassRefPtrWillBeRawPtr<EndCallback> callback)
+void InspectorTracingAgent::end(ErrorString* errorString, const bool*, PassRefPtrWillBeRawPtr<EndCallback> callback)
{
m_client->disableTracing();
resetSessionId();

Powered by Google App Engine
This is Rietveld 408576698