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

Unified Diff: tools/chrome_remote_control/examples/rendering_microbenchmark_test.py

Issue 10984018: [chrome_remote_control] Add pylint to PRESUMMIT and fix lint (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for landing 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
« no previous file with comments | « tools/chrome_remote_control/chrome_remote_control/websocket.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « tools/chrome_remote_control/chrome_remote_control/websocket.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698