| Index: chrome/test/chromedriver/test_environment.py
|
| diff --git a/chrome/test/chromedriver/test_environment.py b/chrome/test/chromedriver/test_environment.py
|
| index 848f046d930ecc54868680e5ffae40ee7f865e87..e34b4c884d8da5aa6e728458a154117607702371 100644
|
| --- a/chrome/test/chromedriver/test_environment.py
|
| +++ b/chrome/test/chromedriver/test_environment.py
|
| @@ -98,7 +98,7 @@ class AndroidTestEnvironment(DesktopTestEnvironment):
|
| self._forwarder.Run(
|
| [(ANDROID_TEST_HTTP_PORT, ANDROID_TEST_HTTP_PORT),
|
| (ANDROID_TEST_HTTPS_PORT, ANDROID_TEST_HTTPS_PORT)],
|
| - valgrind_tools.BaseTool(), '127.0.0.1')
|
| + valgrind_tools.BaseTool())
|
|
|
| # override
|
| def GlobalTearDown(self):
|
|
|