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

Unified Diff: tracing/tracing/value/ui/merged_telemetry_info_span.html

Issue 2749533003: [Telemetry] Remove URL from TelemetryInfo. (Closed)
Patch Set: [Telemetry] Remove URL from TelemetryInfo. Created 3 years, 9 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
« no previous file with comments | « tracing/tracing/value/histogram_unittest.py ('k') | tracing/tracing/value/ui/telemetry_info_span.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/ui/merged_telemetry_info_span.html
diff --git a/tracing/tracing/value/ui/merged_telemetry_info_span.html b/tracing/tracing/value/ui/merged_telemetry_info_span.html
index 47f41561ed9ee3ff7883ed6821e4a67c83ec8100..7fc44abf8fa4a97e524df64bfdcf3369917105d3 100644
--- a/tracing/tracing/value/ui/merged_telemetry_info_span.html
+++ b/tracing/tracing/value/ui/merged_telemetry_info_span.html
@@ -74,9 +74,6 @@ Polymer({
this.diagnostic.benchmarkStartStrings.join(', ')
]);
}
- if (this.diagnostic.storyUrls.size) {
- rows.push(['urls', Array.from(this.diagnostic.storyUrls).join(', ')]);
- }
if (this.diagnostic.storyDisplayNames.size) {
rows.push([
'stories',
« no previous file with comments | « tracing/tracing/value/histogram_unittest.py ('k') | tracing/tracing/value/ui/telemetry_info_span.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698