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

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

Issue 593123003: DevTools: make console.timeline/timelineEnd work for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comments Created 6 years, 3 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
« no previous file with comments | « Source/core/inspector/InspectorController.cpp ('k') | Source/core/inspector/InspectorTracingAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorTracingAgent.h
diff --git a/Source/core/inspector/InspectorTracingAgent.h b/Source/core/inspector/InspectorTracingAgent.h
index 8110b76ed765ac67ae24880b2afa2cd460e73242..709cf46cde1e9dae7733e32ad6945018422f22af 100644
--- a/Source/core/inspector/InspectorTracingAgent.h
+++ b/Source/core/inspector/InspectorTracingAgent.h
@@ -31,9 +31,6 @@ public:
virtual void restore() OVERRIDE;
virtual void setFrontend(InspectorFrontend*) OVERRIDE;
- void consoleTimeline(const String& title);
- void consoleTimelineEnd(const String& title);
-
// Protocol method implementations.
virtual void start(ErrorString*, const String& categoryFilter, const String&, const double*) OVERRIDE;
virtual void end(ErrorString*);
@@ -45,13 +42,10 @@ private:
InspectorTracingAgent(InspectorClient*, InspectorWorkerAgent*);
void emitMetadataEvents();
- void innerStart(const String& categoryFilter, bool fromConsole);
String sessionId();
- void notifyTracingStopped();
int m_layerTreeId;
InspectorClient* m_client;
- Vector<String> m_consoleTimelines;
InspectorFrontend::Tracing* m_frontend;
InspectorWorkerAgent* m_workerAgent;
};
« no previous file with comments | « Source/core/inspector/InspectorController.cpp ('k') | Source/core/inspector/InspectorTracingAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698