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

Unified Diff: tools/telemetry/telemetry/internal/platform/desktop_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/desktop_device.py
diff --git a/tools/telemetry/telemetry/internal/platform/desktop_device.py b/tools/telemetry/telemetry/internal/platform/desktop_device.py
index c3806f5bb3230af9a7e8d1bfc490093e84134672..0a9f0fa84e025d47be3aba936563a24d2234bcfc 100644
--- a/tools/telemetry/telemetry/internal/platform/desktop_device.py
+++ b/tools/telemetry/telemetry/internal/platform/desktop_device.py
@@ -11,7 +11,7 @@ class DesktopDevice(device.Device):
super(DesktopDevice, self).__init__(name='desktop', guid='desktop')
@classmethod
- def GetAllConnectedDevices(cls):
+ def GetAllConnectedDevices(cls, blacklist):
return []
« no previous file with comments | « tools/telemetry/telemetry/internal/platform/cros_device.py ('k') | tools/telemetry/telemetry/internal/platform/device.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698