| 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 c1e03c958ed71e35f1cb57114730da0ba890018b..df48a6268aad846ca2592a5e6d3b533689f34d15 100644
|
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
|
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
|
| @@ -8,7 +8,7 @@ from integration_tests import chrome_proxy_pagesets as pagesets
|
| from telemetry import benchmark
|
|
|
| DESKTOP_PLATFORMS = ['mac', 'linux', 'win', 'chromeos']
|
| -WEBVIEW_PLATFORMS = ['android-webview', 'android-webview-shell']
|
| +WEBVIEW_PLATFORMS = ['android-webview', 'android-webview-instrumentation']
|
|
|
|
|
| class ChromeProxyBypassOnTimeout(ChromeProxyBenchmark):
|
| @@ -364,4 +364,4 @@ class ChromeProxyQuicTransaction(ChromeProxyBenchmark):
|
|
|
| @classmethod
|
| def Name(cls):
|
| - return 'chrome_proxy_benchmark.quic.transaction'
|
| + return 'chrome_proxy_benchmark.quic.transaction'
|
|
|