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

Unified Diff: tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/safebrowsing.py

Issue 1139743005: [Telemetry] Kill action_runner.NavigateToPage API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | tools/telemetry/telemetry/page/action_runner.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « no previous file | tools/telemetry/telemetry/page/action_runner.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698