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

Unified Diff: tracing/tracing/value/diagnostics/iteration_info.html

Issue 2528113003: Revert of Convert chart-json to Histograms. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « tracing/tracing/value/convert_chart_json_cmdline.html ('k') | tracing/tracing/value/histogram_set.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/diagnostics/iteration_info.html
diff --git a/tracing/tracing/value/diagnostics/iteration_info.html b/tracing/tracing/value/diagnostics/iteration_info.html
index 13617b2a9377ee90f18cc6b138540c22a606151b..4bcadfa2e85a90aa285c57daffd9b15b68011409 100644
--- a/tracing/tracing/value/diagnostics/iteration_info.html
+++ b/tracing/tracing/value/diagnostics/iteration_info.html
@@ -19,7 +19,6 @@
this.benchmarkName_ = '';
this.benchmarkStart_ = undefined;
this.label_ = '';
- this.legacyTIRLabel_ = '';
this.osVersion_ = '';
this.productVersion_ = '';
this.storyDisplayName_ = '';
@@ -61,9 +60,6 @@
this.storyUrl_ = info.storyUrl;
if (info.storysetRepeatCounter !== undefined)
this.storysetRepeatCounter_ = info.storysetRepeatCounter;
- if (info.legacyTIRLabel) {
- this.legacyTIRLabel_ = info.legacyTIRLabel;
- }
// From platform tracing metadata
if (info['os-version'])
@@ -126,14 +122,6 @@
return this.label_;
}
- get legacyTIRLabel() {
- return this.legacyTIRLabel_;
- }
-
- set legacyTIRLabel(tir) {
- this.legacyTIRLabel_ = tir;
- }
-
get storyGroupingKeys() {
return this.storyGroupingKeys_;
}
« no previous file with comments | « tracing/tracing/value/convert_chart_json_cmdline.html ('k') | tracing/tracing/value/histogram_set.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698