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

Unified Diff: Source/devtools/front_end/timeline/CountersGraph.js

Issue 710113002: DevTools: remove TimelineModel.Events.RecordAdded event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comment Created 6 years, 1 month 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/devtools/front_end/timeline/CountersGraph.js
diff --git a/Source/devtools/front_end/timeline/CountersGraph.js b/Source/devtools/front_end/timeline/CountersGraph.js
index 5b039c599214697a715568fcfd3f5bb69cffecba..29804e8bf30e651d1ef95e140fd070d75287034a 100644
--- a/Source/devtools/front_end/timeline/CountersGraph.js
+++ b/Source/devtools/front_end/timeline/CountersGraph.js
@@ -238,7 +238,11 @@ WebInspector.CountersGraph.prototype = {
this._refreshCurrentValues();
},
- refreshRecords: function()
+ /**
+ * @override
+ * @param {?RegExp} textFilter
+ */
+ refreshRecords: function(textFilter)
{
},
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-model.html ('k') | Source/devtools/front_end/timeline/MemoryCountersGraph.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698