| 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
|
|
|