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

Unified Diff: tracing/tracing/value/ui/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/ui/merged_telemetry_info_span.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/ui/telemetry_info_span.html
diff --git a/tracing/tracing/value/ui/telemetry_info_span.html b/tracing/tracing/value/ui/telemetry_info_span.html
index 63a8b92ac180ef2507de50a3b5bd4e033ac82100..961f87f330aedff481fb2aa88662b728e6741f57 100644
--- a/tracing/tracing/value/ui/telemetry_info_span.html
+++ b/tracing/tracing/value/ui/telemetry_info_span.html
@@ -49,9 +49,6 @@ Polymer({
if (this.diagnostic.benchmarkStart) {
rows.push(['benchmark start', this.diagnostic.benchmarkStartString]);
}
- if (this.diagnostic.storyUrl) {
- rows.push(['url', this.diagnostic.storyUrl]);
- }
if (this.diagnostic.storyDisplayName) {
rows.push(['story', this.diagnostic.storyDisplayName]);
}
« no previous file with comments | « tracing/tracing/value/ui/merged_telemetry_info_span.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698