| Index: tools/chrome_remote_control/examples/rendering_microbenchmark_test.py
|
| diff --git a/tools/chrome_remote_control/examples/rendering_microbenchmark_test.py b/tools/chrome_remote_control/examples/rendering_microbenchmark_test.py
|
| index 53a0b4b85fcf964bebe106240a09c841592cd97e..fc7b3baec31a02ff6009d97a683c93397bde6864 100755
|
| --- a/tools/chrome_remote_control/examples/rendering_microbenchmark_test.py
|
| +++ b/tools/chrome_remote_control/examples/rendering_microbenchmark_test.py
|
| @@ -32,7 +32,7 @@ def Main(args):
|
| browser_to_create = chrome_remote_control.FindBrowser(options)
|
| if not browser_to_create:
|
| sys.stderr.write("No browser found! Supported types: %s" %
|
| - chrome_remote_control.GetAllAvailableBrowserTypes())
|
| + chrome_remote_control.GetAllAvailableBrowserTypes(options))
|
| return 255
|
| with browser_to_create.Create() as b:
|
| with b.ConnectToNthTab(0) as tab:
|
|
|