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/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/device.py
diff --git a/tools/telemetry/telemetry/internal/platform/device.py b/tools/telemetry/telemetry/internal/platform/device.py
index 091f7a3e2e54c85d3d70d97cbc8682ab9791edef..34ca721189b86a4678872a14377b1b6808fed7f0 100644
--- a/tools/telemetry/telemetry/internal/platform/device.py
+++ b/tools/telemetry/telemetry/internal/platform/device.py
@@ -28,5 +28,5 @@ class Device(object):
return self._guid
@classmethod
- def GetAllConnectedDevices(cls):
+ def GetAllConnectedDevices(cls, blacklist):
raise NotImplementedError()

Powered by Google App Engine
This is Rietveld 408576698