Index: tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
index 54b08e0fb062926f89c55f2b870c386f04cbc670..61d58b9a2cf1b871a2287ee4b696389f6ca958fb 100644 |
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py |
@@ -10,16 +10,6 @@ from telemetry import benchmark |
DESKTOP_PLATFORMS = ['mac', 'linux', 'win', 'chromeos'] |
WEBVIEW_PLATFORMS = ['android-webview', 'android-webview-shell'] |
-class ChromeProxyClientVersion(ChromeProxyBenchmark): |
- tag = 'client_version' |
- test = measurements.ChromeProxyClientVersion |
- page_set = pagesets.SyntheticStorySet |
- |
- @classmethod |
- def Name(cls): |
- return 'chrome_proxy_benchmark.client_version.synthetic' |
- |
- |
class ChromeProxyClientType(ChromeProxyBenchmark): |
tag = 'client_type' |
test = measurements.ChromeProxyClientType |