| Index: tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
|
| diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py b/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
|
| index fd92a4dfabc213aef111c058c9593b719367b5db..1b38598d35b5d339970b5a19013e2075ef545db8 100644
|
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
|
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
|
| @@ -183,7 +183,6 @@ class ChromeProxyHTTPFallbackProbeURL(ChromeProxyValidation):
|
| self._metrics.AddResultsForHTTPFallback(tab, results)
|
|
|
|
|
| -# Depends on the fix of http://crbug.com/330342.
|
| class ChromeProxyHTTPFallbackViaHeader(ChromeProxyValidation):
|
| """Correctness measurement for proxy fallback.
|
|
|
| @@ -210,7 +209,7 @@ class ChromeProxyHTTPFallbackViaHeader(ChromeProxyValidation):
|
| _TEST_SERVER + ":80",
|
| self._metrics.effective_proxies['fallback'],
|
| self._metrics.effective_proxies['direct']]
|
| - bad_proxies = [_TEST_SERVER + ":80"]
|
| + bad_proxies = [_TEST_SERVER + ":80", metrics.PROXY_SETTING_HTTP]
|
| self._metrics.AddResultsForHTTPFallback(tab, results, proxies, bad_proxies)
|
|
|
|
|
|
|