Chromium Code Reviews| Index: build/android/pylib/instrumentation/test_options.py |
| diff --git a/build/android/pylib/instrumentation/test_options.py b/build/android/pylib/instrumentation/test_options.py |
| index 792010b83a54d7ebb1e0bf925cbf89ed2025c870..e7b7a9f9b6331b5675754ca732091fc5b5719a7f 100644 |
| --- a/build/android/pylib/instrumentation/test_options.py |
| +++ b/build/android/pylib/instrumentation/test_options.py |
| @@ -23,4 +23,5 @@ InstrumentationOptions = collections.namedtuple('InstrumentationOptions', [ |
| 'test_support_apk_path', |
| 'device_flags', |
| 'isolate_file_path', |
| - 'set_asserts']) |
| + 'set_asserts', |
| + 'delete_stale_data']) |