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

Unified Diff: tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py

Issue 744703003: Reduce DRP telemetry tests' dependence on net-internals#proxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on master Created 6 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 | « no previous file | tools/chrome_proxy/integration_tests/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/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):
« no previous file with comments | « no previous file | tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698