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

Unified Diff: tools/chrome_proxy/common/chrome_proxy_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 | « content/test/gpu/page_sets/gpu_process_tests.py ('k') | tools/chrome_proxy/common/chrome_proxy_metrics.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/common/chrome_proxy_measurements.py
diff --git a/tools/chrome_proxy/common/chrome_proxy_measurements.py b/tools/chrome_proxy/common/chrome_proxy_measurements.py
index 58d7faa5a03c688da589466d2c640a268b189e1f..36b06143f147e82a8751c073986e709b7674bddf 100644
--- a/tools/chrome_proxy/common/chrome_proxy_measurements.py
+++ b/tools/chrome_proxy/common/chrome_proxy_measurements.py
@@ -7,7 +7,7 @@ import logging
from common import chrome_proxy_metrics as metrics
from telemetry.core import exceptions
-from telemetry.page import page_test
+from telemetry.page import legacy_page_test
def WaitForViaHeader(tab, url="http://check.googlezip.net/test.html"):
@@ -61,7 +61,7 @@ def WaitForViaHeader(tab, url="http://check.googlezip.net/test.html"):
'PollDRPCheck("%s", "%s")' % (url, expected_via_header), 60)
-class ChromeProxyValidation(page_test.PageTest):
+class ChromeProxyValidation(legacy_page_test.LegacyPageTest):
"""Base class for all chrome proxy correctness measurements."""
# Value of the extra via header. |None| if no extra via header is expected.
« no previous file with comments | « content/test/gpu/page_sets/gpu_process_tests.py ('k') | tools/chrome_proxy/common/chrome_proxy_metrics.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698