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

Unified Diff: telemetry/telemetry/web_perf/timeline_based_measurement.py

Issue 3010923002: [Telemetry] Removed legacy blob storage metrics (Closed)
Patch Set: Created 3 years, 3 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 | « telemetry/telemetry/web_perf/metrics/blob_timeline_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/web_perf/timeline_based_measurement.py
diff --git a/telemetry/telemetry/web_perf/timeline_based_measurement.py b/telemetry/telemetry/web_perf/timeline_based_measurement.py
index 04864ceff4ffe48a236fafcf51626079b1254d9b..87a51f90685daad8473325b4a8dc3e46f081511c 100644
--- a/telemetry/telemetry/web_perf/timeline_based_measurement.py
+++ b/telemetry/telemetry/web_perf/timeline_based_measurement.py
@@ -14,7 +14,6 @@ from telemetry.timeline import tracing_config
from telemetry.value import trace
from telemetry.value import common_value_helpers
from telemetry.web_perf.metrics import timeline_based_metric
-from telemetry.web_perf.metrics import blob_timeline
from telemetry.web_perf.metrics import indexeddb_timeline
from telemetry.web_perf.metrics import layout
from telemetry.web_perf.metrics import smoothness
@@ -43,7 +42,6 @@ def _GetAllLegacyTimelineBasedMetrics():
# This cannot be done until crbug.com/460208 is fixed.
return (smoothness.SmoothnessMetric(),
layout.LayoutMetric(),
- blob_timeline.BlobTimelineMetric(),
indexeddb_timeline.IndexedDBTimelineMetric())
« no previous file with comments | « telemetry/telemetry/web_perf/metrics/blob_timeline_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698