Commit 3dd82ca7 authored by dtu's avatar dtu Committed by Commit bot

[telemetry] Fix android_browser_finder.

Looks like a typo from https://codereview.chromium.org/522553002.
NOTRY to green up the perf bots.

BUG=413637
TEST=None.
TBR=nednguyen
NOTRY=True

Review URL: https://codereview.chromium.org/601663002

Cr-Commit-Position: refs/heads/master@{#296338}
parent 71c46df9
...@@ -190,8 +190,7 @@ def FindAllAvailableBrowsers(finder_options): ...@@ -190,8 +190,7 @@ def FindAllAvailableBrowsers(finder_options):
return [] return []
if finder_options.android_device: if finder_options.android_device:
devices = [android_device.AndroidDevice(finder_options.android_device, devices = [android_device.AndroidDevice(finder_options.android_device,
finder_options.no_performance_mode, finder_options.no_performance_mode)]
logging)]
else: else:
devices = android_device.AndroidDevice.GetAllConnectedDevices() devices = android_device.AndroidDevice.GetAllConnectedDevices()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment