| 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 fba1d99bfcfbc76684104e6ef6ae5db7cf97576b..edd9ae56f95e934f4911c53197d82d602f8d97b3 100644
|
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
|
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
|
| @@ -292,7 +292,7 @@ class ChromeProxyExpDirective(ChromeProxyValidation):
|
| options.AppendExtraBrowserArgs('--data-reduction-proxy-experiment=test')
|
|
|
| def AddResults(self, tab, results):
|
| - self._metrics.AddResultsForBypass(tab, results)
|
| + self._metrics.AddResultsForBypass(tab, results, url_pattern='/exptest/')
|
|
|
|
|
| class ChromeProxyHTTPToDirectFallback(ChromeProxyValidation):
|
|
|