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

Unified Diff: telemetry/telemetry/timeline/tab_id_importer.py

Issue 2002193002: [telemetry] Rename TraceData.[Has,Get]EventsFor to [Has,Get]TraceFor (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 4 years, 7 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
Index: telemetry/telemetry/timeline/tab_id_importer.py
diff --git a/telemetry/telemetry/timeline/tab_id_importer.py b/telemetry/telemetry/timeline/tab_id_importer.py
index 6edbe90f4fe5b4d811f38c47997250957e582f24..1f041662137577d02304dc1c93fd34df69711012 100644
--- a/telemetry/telemetry/timeline/tab_id_importer.py
+++ b/telemetry/telemetry/timeline/tab_id_importer.py
@@ -45,7 +45,7 @@ class TabIdImporter(importer.TimelineImporter):
repr(self._trace_data)))
def _CreateTabIdsToThreadsMap(self):
- tab_id_events = self._trace_data.GetEventsFor(
+ tab_id_events = self._trace_data.GetTraceFor(
trace_data_module.TAB_ID_PART)
for tab_id in tab_id_events:
« no previous file with comments | « telemetry/telemetry/timeline/surface_flinger_importer.py ('k') | telemetry/telemetry/timeline/trace_data.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698