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

Unified Diff: tools/telemetry/telemetry/core/platform/device.py

Issue 760653002: Telemetry --device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/core/platform/device.py
diff --git a/tools/telemetry/telemetry/core/platform/device.py b/tools/telemetry/telemetry/core/platform/device.py
index 091f7a3e2e54c85d3d70d97cbc8682ab9791edef..59bbd2f5269e2f68550f76c01c745275b204609a 100644
--- a/tools/telemetry/telemetry/core/platform/device.py
+++ b/tools/telemetry/telemetry/core/platform/device.py
@@ -30,3 +30,6 @@ class Device(object):
@classmethod
def GetAllConnectedDevices(cls):
raise NotImplementedError()
+
+ def FindAllAvailableBrowsers(self, options):
nednguyen 2014/12/04 02:48:34 Why is this is a Device method? Device represents
+ raise NotImplementedError()

Powered by Google App Engine
This is Rietveld 408576698