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

Unified Diff: tools/perf/profile_creators/profile_extender.py

Issue 1845443002: [Perf] Fix profile_extender after netsim removal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/profile_creators/profile_extender.py
diff --git a/tools/perf/profile_creators/profile_extender.py b/tools/perf/profile_creators/profile_extender.py
index 6b34ae5efe0dc93c3575b2b19d9e91fa6f625350..4b5ef021fbf671f31d2e641f2155801c1a2284de 100644
--- a/tools/perf/profile_creators/profile_extender.py
+++ b/tools/perf/profile_creators/profile_extender.py
@@ -142,7 +142,7 @@ class ProfileExtender(object):
network_controller = possible_browser.platform.network_controller
if not network_controller.is_open:
self._should_close_network_controller = True
- network_controller.Open(wpr_mode, finder_options.browser_options.netsim,
+ network_controller.Open(wpr_mode,
finder_options.browser_options.extra_wpr_args)
network_controller.StartReplay(
wpr_archive_path, make_javascript_deterministic=True)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698