| Index: tools/resource_prefetch_predictor/prefetch_benchmark.py
|
| diff --git a/tools/resource_prefetch_predictor/prefetch_benchmark.py b/tools/resource_prefetch_predictor/prefetch_benchmark.py
|
| index 24ddf2a0dfadc5ed75811036c693825b084d549f..a241bb618e852625d9621f1631fe26b2397c3868 100755
|
| --- a/tools/resource_prefetch_predictor/prefetch_benchmark.py
|
| +++ b/tools/resource_prefetch_predictor/prefetch_benchmark.py
|
| @@ -100,8 +100,6 @@ def _RunOnce(device, database_filename, url, prefetch_delay_ms,
|
| # Startup tracing to ease debugging.
|
| chrome_args = (customtabs_benchmark.CHROME_ARGS
|
| + ['--trace-startup', '--trace-startup-duration=20'])
|
| - if not disable_prefetch:
|
| - chrome_args.append(_EXTERNAL_PREFETCH_FLAG)
|
|
|
| chrome_controller = controller.RemoteChromeController(device)
|
| device.ForceStop(OPTIONS.ChromePackage().package)
|
|
|