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

Unified Diff: tools/telemetry/telemetry/value/value_unittest.py

Issue 439613003: Add Chart JSON processing to Telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address most of Nat's comments Created 6 years, 4 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: tools/telemetry/telemetry/value/value_unittest.py
diff --git a/tools/telemetry/telemetry/value/value_unittest.py b/tools/telemetry/telemetry/value/value_unittest.py
index 84cbd1281a860a384caeb242b2eddaa4b6b75b83..8fd7ae83ff679451fbee3c672369b959cfd41e3c 100644
--- a/tools/telemetry/telemetry/value/value_unittest.py
+++ b/tools/telemetry/telemetry/value/value_unittest.py
@@ -34,7 +34,7 @@ class ValueForTest(value.Value):
def GetBuildbotValue(self):
pass
- def GetBuildbotMeasurementAndTraceNameForComputedSummaryResult(
+ def GetChartAndTraceNameForComputedSummaryResult(
self, trace_tag):
pass

Powered by Google App Engine
This is Rietveld 408576698