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

Unified Diff: tools/chrome_remote_control/chrome_remote_control/android_browser_finder_unittest.py

Issue 10916227: More polish in prep for CrOS support (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
Index: tools/chrome_remote_control/chrome_remote_control/android_browser_finder_unittest.py
diff --git a/tools/chrome_remote_control/chrome_remote_control/android_browser_finder_unittest.py b/tools/chrome_remote_control/chrome_remote_control/android_browser_finder_unittest.py
index 98189014c995866de6b7d4f3a142ea608e134f81..3f7cf2dda0e702789f3e0c199c0a5c0a72921a22 100644
--- a/tools/chrome_remote_control/chrome_remote_control/android_browser_finder_unittest.py
+++ b/tools/chrome_remote_control/chrome_remote_control/android_browser_finder_unittest.py
@@ -63,6 +63,9 @@ class ADBCommandsModuleStub(object):
def GetAttachedDevices(self):
return self.attached_devices
+ def HasForwarder(self, adb):
+ return True
+
class AndroidBrowserFinderTest(unittest.TestCase):
def test_no_adb(self):
options = browser_options.BrowserOptions()

Powered by Google App Engine
This is Rietveld 408576698