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

Unified Diff: tools/telemetry/telemetry/system_stub.py

Issue 11280142: Telemetry: fix AndroidBrowserFinderTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/system_stub.py
diff --git a/tools/telemetry/telemetry/system_stub.py b/tools/telemetry/telemetry/system_stub.py
index 1c80caae9d02152ef1dfe779c4622190ba859c14..96e6bc779973ae6a5fe5efda8dfc975a1f896c90 100644
--- a/tools/telemetry/telemetry/system_stub.py
+++ b/tools/telemetry/telemetry/system_stub.py
@@ -76,7 +76,7 @@ class AdbCommandsModuleStub(object):
return self.attached_devices
@staticmethod
- def HasForwarder(_):
+ def HasForwarder(_=None):
return True
class OsModuleStub(object):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698