Index: build/android/test_runner.py |
diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
index 8f169665f0d733fa2a860c506649318991546d74..ccfec9c901ba24fcdaf1b5ee56c5c11450588ae1 100755 |
--- a/build/android/test_runner.py |
+++ b/build/android/test_runner.py |
@@ -381,10 +381,6 @@ def AddInstrumentationTestOptions(parser): |
dest='runtime_deps_path', type=os.path.realpath, |
help='Runtime data dependency file from GN.') |
parser.add_argument( |
- '--save-perf-json', |
- action='store_true', |
- help='Saves the JSON file for each UI Perf test.') |
- parser.add_argument( |
'--screenshot-directory', |
dest='screenshot_dir', type=os.path.realpath, |
help='Capture screenshots of test failures') |