| 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..6e6af1db7161ea0f1e46368bc941f8062777afb2 100644
|
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
|
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py
|
| @@ -113,10 +113,6 @@ class ChromeProxySafebrowsingOn(ChromeProxyValidation):
|
| super(ChromeProxySafebrowsingOn, self).__init__(
|
| metrics=metrics.ChromeProxyMetric())
|
|
|
| - def WillNavigateToPage(self, page, tab):
|
| - super(ChromeProxySafebrowsingOn, self).WillNavigateToPage(page, tab)
|
| - self._expect_timeout = True
|
| -
|
| def AddResults(self, tab, results):
|
| self._metrics.AddResultsForSafebrowsingOn(tab, results)
|
|
|
|
|