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

Unified Diff: tools/telemetry/telemetry/internal/platform/trybot_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
« no previous file with comments | « tools/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/internal/platform/trybot_device.py
diff --git a/tools/telemetry/telemetry/internal/platform/trybot_device.py b/tools/telemetry/telemetry/internal/platform/trybot_device.py
index 1b6693e09c596db54cb032e34e43abacfda315f2..46ae4c24e56da7b5ad3ee8ba0ed27493eb81b728 100644
--- a/tools/telemetry/telemetry/internal/platform/trybot_device.py
+++ b/tools/telemetry/telemetry/internal/platform/trybot_device.py
@@ -10,7 +10,7 @@ class TrybotDevice(device.Device):
super(TrybotDevice, self).__init__(name='trybot', guid='trybot')
@classmethod
- def GetAllConnectedDevices(cls):
+ def GetAllConnectedDevices(cls, blacklist):
return []
« no previous file with comments | « tools/telemetry/telemetry/internal/platform/tracing_agent/chrome_tracing_agent_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698