diff options
Diffstat (limited to 'chromium/base/test/test_switches.cc')
-rw-r--r-- | chromium/base/test/test_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/base/test/test_switches.cc b/chromium/base/test/test_switches.cc index ec022ced181..bfbf30cfe50 100644 --- a/chromium/base/test/test_switches.cc +++ b/chromium/base/test/test_switches.cc @@ -101,4 +101,7 @@ const char switches::kUiTestActionMaxTimeout[] = "ui-test-action-max-timeout"; // If enabled, runs unittests using the XCTest test runner. const char switches::kEnableRunIOSUnittestsWithXCTest[] = "enable-run-ios-unittests-with-xctest"; +// Write a compiled test json file to a location where writable. +const char switches::kWriteCompiledTestsJsonToWritablePath[] = + "write-compiled-tests-json-to-writable-path"; #endif |