| Index: tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/safebrowsing.py
|
| diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/safebrowsing.py b/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/safebrowsing.py
|
| index d6af6b16a0c44d1f4a414a3825162b8dcee98a2a..ef3dfbb3c417b2de8f909d7330046758d02e5038 100644
|
| --- a/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/safebrowsing.py
|
| +++ b/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/safebrowsing.py
|
| @@ -18,7 +18,7 @@ class SafebrowsingPage(page_module.Page):
|
| self.archive_data_file = '../data/chrome_proxy_safebrowsing.json'
|
|
|
| def RunNavigateSteps(self, action_runner):
|
| - action_runner.NavigateToPage(self, timeout_in_seconds=5)
|
| + action_runner.Navigate(self.url, timeout_in_seconds=5)
|
|
|
|
|
| class SafebrowsingPageSet(page_set_module.PageSet):
|
|
|