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

Unified Diff: tools/telemetry/telemetry/value/failure.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/failure.py
diff --git a/tools/telemetry/telemetry/value/failure.py b/tools/telemetry/telemetry/value/failure.py
index ba6998ad4b4c6c22c0c18f03ae2fb6b11c1f4779..66675b304ee6a32b668307ddf9444a46db1dc00d 100644
--- a/tools/telemetry/telemetry/value/failure.py
+++ b/tools/telemetry/telemetry/value/failure.py
@@ -57,7 +57,7 @@ class FailureValue(value_module.Value):
def GetBuildbotValue(self):
return None
- def GetBuildbotMeasurementAndTraceNameForPerPageResult(self):
+ def GetChartAndTraceNameForPerPageResult(self):
return None
def GetRepresentativeNumber(self):

Powered by Google App Engine
This is Rietveld 408576698