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

Unified Diff: tracing/tracing/metrics/tracing_metric_test.html

Issue 2162963002: [polymer] Merge of master into polymer10-migration (Closed) Base URL: git@github.com:catapult-project/catapult.git@polymer10-migration
Patch Set: Merge polymer10-migration int polymer10-merge Created 4 years, 5 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/tracing_metric_test.html
diff --git a/tracing/tracing/metrics/tracing_metric_test.html b/tracing/tracing/metrics/tracing_metric_test.html
index 97a158f384a18aae8d680154cf395128aa71355f..183fc9cca131682bc2a106539b34dfbc09fcb653 100644
--- a/tracing/tracing/metrics/tracing_metric_test.html
+++ b/tracing/tracing/metrics/tracing_metric_test.html
@@ -137,7 +137,7 @@ tr.b.unittest.testSuite(function() {
];
var model = makeModel(JSON.stringify(events), true);
- tr.model.MemoryDumpTestUtils.addGlobalMemoryDump(model, 550);
+ tr.model.MemoryDumpTestUtils.addGlobalMemoryDump(model, {ts: 550});
tr.metrics.tracingMetric(allValues, model);
var memoryCategorySize = events.filter(
« no previous file with comments | « tracing/tracing/metrics/system_health/webview_startup_metric.html ('k') | tracing/tracing/metrics/v8/execution_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698