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

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

Issue 180273023: DevTools: encapsulate presentation model in timeline view. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comments addressed. Created 6 years, 10 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/devtools/front_end/MemoryStatistics.js
diff --git a/Source/devtools/front_end/MemoryStatistics.js b/Source/devtools/front_end/MemoryStatistics.js
index 5e31d666abbc407369c38952610dfa8ccf144a5a..9fd054251ccaf9bfb4bc272834df8dd97d1f9959 100644
--- a/Source/devtools/front_end/MemoryStatistics.js
+++ b/Source/devtools/front_end/MemoryStatistics.js
@@ -397,7 +397,10 @@ WebInspector.MemoryStatistics.prototype = {
this._refreshCurrentValues();
},
- refreshRecords: function()
+ /**
+ * @param {?RegExp} textFilter
+ */
+ refreshRecords: function(textFilter)
{
},

Powered by Google App Engine
This is Rietveld 408576698