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 d4222b217ec09a5bf6809805f2761d0e6606bdcd..d2d73512e8866f976588f0970c1c93b6c5a70efa 100755 |
--- a/tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py |
+++ b/tools/android/customtabs_benchmark/scripts/customtabs_benchmark.py |
@@ -181,7 +181,7 @@ def LoopOnDevice(device, configs, output_filename, wpr_archive_path=None, |
try: |
while should_stop is None or not should_stop.is_set(): |
config = configs[random.randint(0, len(configs) - 1)] |
- chrome_args = _CHROME_ARGS + wpr_attributes.chrome_args |
+ chrome_args = CHROME_ARGS + wpr_attributes.chrome_args |
if config['speculation_mode'] == 'no_state_prefetch': |
chrome_args.append('--prerender=prefetch') |
result = RunOnce(device, config['url'], config['warmup'], |