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

Unified Diff: tools/telemetry/telemetry/browser.py

Issue 11740020: [telemetry] Removing globals from webpagereplay.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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 | « chrome/test/functional/webpagereplay.py ('k') | tools/telemetry/telemetry/browser_backend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/browser.py
diff --git a/tools/telemetry/telemetry/browser.py b/tools/telemetry/telemetry/browser.py
index cfa256999487fb10f52be5389d779439ed11f0da..62e31c37b7801c80e65ad2f10c73f8f7a7bbb11a 100644
--- a/tools/telemetry/telemetry/browser.py
+++ b/tools/telemetry/telemetry/browser.py
@@ -118,7 +118,12 @@ class Browser(object):
assert os.path.isfile(archive_path)
self._wpr_server = wpr_server.ReplayServer(
- self._backend, archive_path, use_record_mode)
+ self._backend,
+ archive_path,
+ use_record_mode,
+ self._backend.WEBPAGEREPLAY_HOST,
+ self._backend.WEBPAGEREPLAY_HTTP_PORT,
+ self._backend.WEBPAGEREPLAY_HTTPS_PORT)
def GetStandardOutput(self):
return self._backend.GetStandardOutput()
« no previous file with comments | « chrome/test/functional/webpagereplay.py ('k') | tools/telemetry/telemetry/browser_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698