Index: build/android/test_runner.py |
diff --git a/build/android/test_runner.py b/build/android/test_runner.py |
index 47c395eae0981755b9eb745ec624bb355e33cefe..6b585bb8721223a619b9faaed7e22b131893a64e 100755 |
--- a/build/android/test_runner.py |
+++ b/build/android/test_runner.py |
@@ -576,7 +576,6 @@ def AddPerfTestOptions(parser): |
help='Cache the chartjson output from each step for later use.') |
group.add_argument( |
'--output-chartjson-data', |
- default='', |
type=os.path.realpath, |
help='Write out chartjson into the given file.') |
# TODO(rnephew): Remove this when everything moves to new option in platform |