Chromium Code Reviews| 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() |