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

Unified Diff: telemetry/telemetry/internal/platform/platform_backend.py

Issue 2997603002: Try fixing telemetry on CrOS (Closed)
Patch Set: Created 3 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
« no previous file with comments | « telemetry/telemetry/internal/platform/cros_platform_backend.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/platform/platform_backend.py
diff --git a/telemetry/telemetry/internal/platform/platform_backend.py b/telemetry/telemetry/internal/platform/platform_backend.py
index d099940fc7853de49911aa7d997253cb492eb05a..3c8721a9e48e9729629a6d1461cc3bcdb3b67cc4 100644
--- a/telemetry/telemetry/internal/platform/platform_backend.py
+++ b/telemetry/telemetry/internal/platform/platform_backend.py
@@ -88,9 +88,6 @@ class PlatformBackend(object):
def GetPortPairForForwarding(self, local_port):
return forwarders.PortPair(local_port=local_port, remote_port=local_port)
- def GetRemotePort(self, port):
- return port
-
def GetSystemLog(self):
return None
« no previous file with comments | « telemetry/telemetry/internal/platform/cros_platform_backend.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698