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

Unified Diff: Source/devtools/front_end/TimelineView.js

Issue 212683005: Timeline Trace viewer prototype (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased, extracted model into a file of its own Created 6 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
« no previous file with comments | « Source/devtools/front_end/TimelineTracingView.js ('k') | Source/devtools/front_end/TracingAgent.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/TimelineView.js
diff --git a/Source/devtools/front_end/TimelineView.js b/Source/devtools/front_end/TimelineView.js
index 72644acd99ef16333fc138a3aab5826ab39bf448..2c53abd9bba1bd943a550f1254bc6a3efd6923d8 100644
--- a/Source/devtools/front_end/TimelineView.js
+++ b/Source/devtools/front_end/TimelineView.js
@@ -71,6 +71,14 @@ WebInspector.TimelineView = function(delegate, model)
}
WebInspector.TimelineView.prototype = {
+ timelineStarted: function()
+ {
+ },
+
+ timelineStopped: function()
+ {
+ },
+
/**
* @param {?WebInspector.TimelineFrameModel} frameModel
*/
« no previous file with comments | « Source/devtools/front_end/TimelineTracingView.js ('k') | Source/devtools/front_end/TracingAgent.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698