| 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 1be3f9254c13ca578ffaa2bce8cd37407d31aafb..91e018050a874957e5fe3d526f64527fb5a0e6d0 100644
|
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
|
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
|
| @@ -310,6 +310,9 @@ class ChromeProxyHTTPToDirectFallback(ChromeProxyValidation):
|
| 'nonexistent.googlezip.net:80',
|
| self._metrics.effective_proxies['fallback'],
|
| self._metrics.effective_proxies['direct']]
|
| + # TODO(sclittle): Remove this dependency on net-internals#proxy once an
|
| + # alternative method of verifying that Chrome is on the fallback proxy
|
| + # exists.
|
| self._metrics.VerifyProxyInfo(tab, proxies, proxies[:1])
|
|
|
| def AddResults(self, tab, results):
|
|
|