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

Unified Diff: tracing/tracing/metrics/system_health/memory_metric.html

Issue 2424933003: Rename ValueSet* to HistogramSet*. (Closed)
Patch Set: fix Created 4 years, 2 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: tracing/tracing/metrics/system_health/memory_metric.html
diff --git a/tracing/tracing/metrics/system_health/memory_metric.html b/tracing/tracing/metrics/system_health/memory_metric.html
index 42dcc01c452374b9120a4c1a3fb24fdd31bd7c2a..c36d21625d28928e10efc615e72cd475301e7e6e 100644
--- a/tracing/tracing/metrics/system_health/memory_metric.html
+++ b/tracing/tracing/metrics/system_health/memory_metric.html
@@ -915,7 +915,7 @@ tr.exportTo('tr.metrics.sh', function() {
* @param {!function(!tr.b.MultiDimensionalViewNode)}
* customComponentTreeModifier Callback applied to every component tree
* wrt each process name.
- * @param {!tr.v.ValueSet} values List of values to which the
+ * @param {!tr.v.HistogramSet} values List of values to which the
* resulting aggregated values are added.
*/
function addMemoryDumpValues(browserNameToGlobalDumps, customGlobalDumpFilter,

Powered by Google App Engine
This is Rietveld 408576698