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

Unified Diff: tools/telemetry/telemetry/internal/platform/ios_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/ios_device.py
diff --git a/tools/telemetry/telemetry/internal/platform/ios_device.py b/tools/telemetry/telemetry/internal/platform/ios_device.py
index 9e87c6e4abdbd444bb2b941c15ad6f1e4851cee7..8d50e13f0572f6db19ef91b55eadbfe48a91ab45 100644
--- a/tools/telemetry/telemetry/internal/platform/ios_device.py
+++ b/tools/telemetry/telemetry/internal/platform/ios_device.py
@@ -22,7 +22,7 @@ class IOSDevice(device.Device):
super(IOSDevice, self).__init__(name='ios', guid='ios')
@classmethod
- def GetAllConnectedDevices(cls):
+ def GetAllConnectedDevices(cls, blacklist):
return []

Powered by Google App Engine
This is Rietveld 408576698