Chromium Code Reviews| 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) |