Skip to content

Commit

Permalink
Return the result of CanDiscoverDevices in android_browser_finder.py
Browse files Browse the repository at this point in the history
BUG=

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

Cr-Commit-Position: refs/heads/master@{#307849}
  • Loading branch information
ariblue authored and Commit bot committed Dec 11, 2014
1 parent c8ff24b commit 3dbe352
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def SelectDefaultBrowser(possible_browsers):


def CanFindAvailableBrowsers():
android_device.CanDiscoverDevices()
return android_device.CanDiscoverDevices()


def FindAllBrowserTypes(_options):
Expand Down

0 comments on commit 3dbe352

Please sign in to comment.