Index: build/android/pylib/browsertests/dispatch.py |
diff --git a/build/android/pylib/browsertests/dispatch.py b/build/android/pylib/browsertests/dispatch.py |
index 776fd1ad0e5b86ae36d74bb3f07f83df291dd4f7..6f3ba423c04b73226a87150ddf5e18dd09adfc4e 100644 |
--- a/build/android/pylib/browsertests/dispatch.py |
+++ b/build/android/pylib/browsertests/dispatch.py |
@@ -39,7 +39,7 @@ def Dispatch(options): |
options.test_arguments = '--single_process %s' % options.test_arguments |
# Constructs a new TestRunner with the current options. |
- def RunnerFactory(device): |
+ def RunnerFactory(device, shard_index): |
return test_runner.TestRunner( |
device, |
options.test_suite, |