From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- chromium/build/android/test_runner.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chromium/build/android/test_runner.py') diff --git a/chromium/build/android/test_runner.py b/chromium/build/android/test_runner.py index 444af5b5bdd..e4cd353dc84 100755 --- a/chromium/build/android/test_runner.py +++ b/chromium/build/android/test_runner.py @@ -539,6 +539,13 @@ def AddInstrumentationTestOptions(parser): help='Wait for java debugger to attach before running any application ' 'code. Also disables test timeouts and sets retries=0.') + # WPR record mode. + parser.add_argument('--wpr-enable-record', + action='store_true', + default=False, + help='If true, WPR server runs in record mode.' + 'otherwise, runs in replay mode.') + # These arguments are suppressed from the help text because they should # only ever be specified by an intermediate script. parser.add_argument( -- cgit v1.2.1