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

Unified Diff: tools/chrome_remote_control/chrome_remote_control/multi_page_benchmark.py

Issue 10965027: Add web page replay to chrome_remote_control. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
Index: tools/chrome_remote_control/chrome_remote_control/multi_page_benchmark.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/multi_page_benchmark.py b/tools/chrome_remote_control/chrome_remote_control/multi_page_benchmark.py
index 6c56bd1e20fd4fe9b6eb14e79ae296f411a270fa..ec9f8cd48303c8370d93bbe53a6d7b9dd6d50d63 100644
--- a/tools/chrome_remote_control/chrome_remote_control/multi_page_benchmark.py
+++ b/tools/chrome_remote_control/chrome_remote_control/multi_page_benchmark.py
@@ -98,7 +98,7 @@ class MultiPageBenchmark(object):
self.options = options
self.field_names = None
- pr = page_runner.PageRunner(ps)
+ pr = page_runner.PageRunner(ps, options)
nduca 2012/09/21 06:35:50 i wonder if we should make the page runner manage
tonyg 2012/09/25 17:29:29 Done.
with browser.ConnectToNthTab(0) as tab:
for page in ps.pages:
self._RunPage(results_writer, pr, page, tab)

Powered by Google App Engine
This is Rietveld 408576698