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

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

Issue 643973002: Add multi-architecture support in telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybot failure 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 a6fb125d0adf3637b7f12eddda5fe86fa23d50e0..237c500cae220db41f8d7c75068690d8b1499b54 100644
--- a/tools/telemetry/telemetry/core/platform/platform_backend.py
+++ b/tools/telemetry/telemetry/core/platform/platform_backend.py
@@ -170,6 +170,9 @@ class PlatformBackend(object):
def GetCommandLine(self, pid):
raise NotImplementedError()
+ def GetArchName(self):
+ raise NotImplementedError()
+
def GetOSName(self):
raise NotImplementedError()

Powered by Google App Engine
This is Rietveld 408576698