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

Unified Diff: chrome/test/media_router/telemetry/benchmarks/media_router_measurements.py

Issue 2539973004: Update reference to page_test module to use legacy_page_test module (Closed)
Patch Set: update Created 4 years 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 | « no previous file | content/test/gpu/gpu_tests/cloud_storage_test_base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/media_router/telemetry/benchmarks/media_router_measurements.py
diff --git a/chrome/test/media_router/telemetry/benchmarks/media_router_measurements.py b/chrome/test/media_router/telemetry/benchmarks/media_router_measurements.py
index b760a292139cdc95f8cbd458009ffbe1d9bc0e79..d42e0462ae0cb4dec873fb8fb5e1ed6bf2e5fa33 100644
--- a/chrome/test/media_router/telemetry/benchmarks/media_router_measurements.py
+++ b/chrome/test/media_router/telemetry/benchmarks/media_router_measurements.py
@@ -4,10 +4,10 @@
from benchmarks import media_router_dialog_metric
from benchmarks import media_router_cpu_memory_metric
-from telemetry.page import page_test
+from telemetry.page import legacy_page_test
-class MediaRouterDialogTest(page_test.PageTest):
+class MediaRouterDialogTest(legacy_page_test.LegacyPageTest):
"""Performs a measurement of Media Route dialog latency."""
def __init__(self):
@@ -22,7 +22,7 @@ class MediaRouterDialogTest(page_test.PageTest):
self._metric.AddResults(tab, results)
-class MediaRouterCPUMemoryTest(page_test.PageTest):
+class MediaRouterCPUMemoryTest(legacy_page_test.LegacyPageTest):
"""Performs a measurement of Media Route CPU/memory usage."""
def __init__(self):
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/cloud_storage_test_base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698