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

Unified Diff: tools/telemetry/telemetry/core/chrome/adb_commands.py

Issue 22286010: [telemetry] Implement Forwarder using RNDIS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: simpler darwin check Created 7 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
Index: tools/telemetry/telemetry/core/chrome/adb_commands.py
diff --git a/tools/telemetry/telemetry/core/chrome/adb_commands.py b/tools/telemetry/telemetry/core/chrome/adb_commands.py
index d1ee0bb46899081cebe36f142ba68f33dd339459..3c6c7a387f2eafc1d306b957f7712a8914104c5d 100644
--- a/tools/telemetry/telemetry/core/chrome/adb_commands.py
+++ b/tools/telemetry/telemetry/core/chrome/adb_commands.py
@@ -167,11 +167,6 @@ class Forwarder(object):
self._port_pairs = new_port_pairs
forwarder.Forwarder.Map(new_port_pairs, self._adb)
- @staticmethod
- def _GetBuildType():
- assert HasForwarder()
- return 'Debug' if HasForwarder('Debug') else 'Release'
-
@property
def url(self):
return 'http://localhost:%i' % self._host_port

Powered by Google App Engine
This is Rietveld 408576698