Index: build/android/pylib/instrumentation/instrumentation_test_instance.py |
diff --git a/build/android/pylib/instrumentation/instrumentation_test_instance.py b/build/android/pylib/instrumentation/instrumentation_test_instance.py |
index f9957b089cba82cff6d24aff34d3d2011fe5f63c..bbe2416ecf5e976163314cafade8b912e9829988 100644 |
--- a/build/android/pylib/instrumentation/instrumentation_test_instance.py |
+++ b/build/android/pylib/instrumentation/instrumentation_test_instance.py |
@@ -30,9 +30,6 @@ _ACTIVITY_RESULT_OK = -1 |
_DEFAULT_ANNOTATIONS = [ |
'Smoke', 'SmallTest', 'MediumTest', 'LargeTest', |
'EnormousTest', 'IntegrationTest'] |
-_EXTRA_ENABLE_HTTP_SERVER = ( |
- 'org.chromium.chrome.test.ChromeInstrumentationTestRunner.' |
- + 'EnableTestHttpServer') |
_EXTRA_DRIVER_TEST_LIST = ( |
'org.chromium.test.driver.OnDeviceInstrumentationDriver.TestList') |
_EXTRA_DRIVER_TEST_LIST_FILE = ( |
@@ -486,12 +483,6 @@ class InstrumentationTestInstance(test_instance.TestInstance): |
}) |
return inflated_tests |
- @staticmethod |
- def GetHttpServerEnvironmentVars(): |
- return { |
- _EXTRA_ENABLE_HTTP_SERVER: None, |
- } |
- |
def GetDriverEnvironmentVars( |
self, test_list=None, test_list_file_path=None): |
env = { |