Index: chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py |
diff --git a/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py b/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py |
index 0c45152d4acc39cac7d0eb87d1cce6dabd2fd2f9..90aec1696b7f209b11be841c94a2c40c2aef7bda 100644 |
--- a/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py |
+++ b/chrome/test/functional/ispy/ispy_core/tools/reverse_port_forwarder.py |
@@ -55,7 +55,7 @@ class ReversePortForwarder(object): |
# Begin forwarding the device_ports to the host_ports. |
forwarder.Forwarder.Map([(self._device_http, self._host_http), |
(self._device_https, self._host_https)], |
- self._adb, build_type='Release', tool=None) |
+ self._adb, tool=None) |
def Stop(self): |
"""Cleans up after the start call by closing the forwarder.""" |