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

Unified Diff: tools/telemetry/telemetry/internal/platform/cros_device.py

Issue 1281923003: [Android] Add --blacklist-file as a command-line option. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix telemetry_unittests Created 5 years, 4 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/telemetry/telemetry/internal/platform/cros_device.py
diff --git a/tools/telemetry/telemetry/internal/platform/cros_device.py b/tools/telemetry/telemetry/internal/platform/cros_device.py
index c472a137cbab363f2dbdc1a3528a79f87aa8d79b..2f13175653ca3531ccdd6c0568958222cf58a6d8 100644
--- a/tools/telemetry/telemetry/internal/platform/cros_device.py
+++ b/tools/telemetry/telemetry/internal/platform/cros_device.py
@@ -19,7 +19,7 @@ class CrOSDevice(device.Device):
self._ssh_identity = ssh_identity
@classmethod
- def GetAllConnectedDevices(cls):
+ def GetAllConnectedDevices(cls, blacklist):
return []
@property

Powered by Google App Engine
This is Rietveld 408576698