| Index: tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py
|
| diff --git a/tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py b/tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py
|
| index 1c8e093d62e999f8c6d82d50690a9083a43071ad..6916a79c6ae45239e8502187e5911ea91f6d1004 100755
|
| --- a/tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py
|
| +++ b/tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py
|
| @@ -52,8 +52,8 @@ def RunOnce(device, url, warmup, no_prerendering, delay_to_may_launch_url,
|
|
|
| Returns:
|
| The output line (str), like this (one line only):
|
| - <warmup>,<no_prerendering>,<delay_to_may_launch_url>,<intent_sent_ms>,
|
| - <page_load_started_ms>,<page_load_finished_ms>
|
| + <warmup>,<no_prerendering>,<delay_to_may_launch_url>,<delay_to_launch>,
|
| + <intent_sent_ms>,<page_load_started_ms>,<page_load_finished_ms>
|
| or None on error.
|
| """
|
| launch_intent = intent.Intent(
|
|
|