| Index: tools/chrome_remote_control/chrome_remote_control/android_browser_finder.py
|
| diff --git a/tools/chrome_remote_control/chrome_remote_control/android_browser_finder.py b/tools/chrome_remote_control/chrome_remote_control/android_browser_finder.py
|
| index eeb0e2aa319956ff807233edb6275b425ea66e09..926301165184a400f1d5a793720cae3ea0bf5702 100644
|
| --- a/tools/chrome_remote_control/chrome_remote_control/android_browser_finder.py
|
| +++ b/tools/chrome_remote_control/chrome_remote_control/android_browser_finder.py
|
| @@ -1,6 +1,8 @@
|
| # Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| +"""Finds android browsers that can be controlled by chrome_remote_control."""
|
| +
|
| import os as real_os
|
| import subprocess as real_subprocess
|
| import logging
|
| @@ -11,9 +13,6 @@ import chrome_remote_control.adb_commands as real_adb_commands
|
| from chrome_remote_control import browser
|
| from chrome_remote_control import possible_browser
|
|
|
| -
|
| -"""Finds android browsers that can be controlled by chrome_remote_control."""
|
| -
|
| ALL_BROWSER_TYPES = ','.join([
|
| 'android-content-shell',
|
| 'android-chrome',
|
|
|