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

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

Issue 660893002: [Telemetry] Implement automatic installation of optional openCV dependecy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 6 years, 2 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/core/platform/platform_backend.py
diff --git a/tools/telemetry/telemetry/core/platform/platform_backend.py b/tools/telemetry/telemetry/core/platform/platform_backend.py
index 237c500cae220db41f8d7c75068690d8b1499b54..68efa16899674772d19d0ef8b4e9e7a1672a2494 100644
--- a/tools/telemetry/telemetry/core/platform/platform_backend.py
+++ b/tools/telemetry/telemetry/core/platform/platform_backend.py
@@ -204,6 +204,9 @@ class PlatformBackend(object):
def InstallApplication(self, application):
raise NotImplementedError()
+ def InstallPythonModule(self, module):
+ raise NotImplementedError()
+
def CanCaptureVideo(self):
return False

Powered by Google App Engine
This is Rietveld 408576698