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

Unified Diff: tracing/tracing/value/histogram.py

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/diagnostics/telemetry_info.html ('k') | tracing/tracing/value/histogram_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/histogram.py
diff --git a/tracing/tracing/value/histogram.py b/tracing/tracing/value/histogram.py
index 9f68ab4477c60ae13ec2c634d233bb725370b0ec..e746f694fba8aca4f4c4ff7c81fd6dfc6a7ea97a 100644
--- a/tracing/tracing/value/histogram.py
+++ b/tracing/tracing/value/histogram.py
@@ -703,8 +703,6 @@ class TelemetryInfo(Diagnostic):
self._story_display_name = info['storyDisplayName']
if 'storyGroupingKeys' in info:
self._story_grouping_keys = info['storyGroupingKeys']
- if 'storyUrl' in info:
- self._story_url = info['storyUrl']
if 'storysetRepeatCounter' in info:
self._storyset_repeat_counter = info['storysetRepeatCounter']
if 'legacyTIRLabel' in info:
@@ -717,7 +715,6 @@ class TelemetryInfo(Diagnostic):
d['storyDisplayName'] = self.story_display_name
d['storyGroupingKeys'] = self.story_grouping_keys
d['storysetRepeatCounter'] = self.storyset_repeat_counter
- d['storyUrl'] = self.story_url
d['legacyTIRLabel'] = self.legacy_tir_label
@property
« no previous file with comments | « tracing/tracing/value/diagnostics/telemetry_info.html ('k') | tracing/tracing/value/histogram_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698