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

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

Issue 998163005: LoFi integration test should use HasChromeProxyLoFi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py
diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py b/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py
index 940c97924e0d8e80419265f6d64f9e8d6a4898b6..c5edf61ce70a29420fd2aff43cfde68d46f10d62 100644
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py
@@ -214,7 +214,7 @@ class ChromeProxyMetric(network_metrics.NetworkMetric):
lo_fi_count = 0
for resp in self.IterResponses(tab):
- if resp.HasChromeProxyViaHeader():
+ if resp.HasChromeProxyLoFi():
lo_fi_count += 1
else:
r = resp.response
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698