| Index: components/startup_metric_utils/common/pre_read_field_trial_utils_win.h
|
| diff --git a/components/startup_metric_utils/common/pre_read_field_trial_utils_win.h b/components/startup_metric_utils/common/pre_read_field_trial_utils_win.h
|
| index f9e41a5d86d1bb7cc03bba3fb7a351b7b3db8888..beed901efec27abfbf71d5abd7d1945d9eab42de 100644
|
| --- a/components/startup_metric_utils/common/pre_read_field_trial_utils_win.h
|
| +++ b/components/startup_metric_utils/common/pre_read_field_trial_utils_win.h
|
| @@ -30,9 +30,6 @@ struct PreReadOptions {
|
| // Pre-read DLLs using the ::PrefetchVirtualMemory function, if available.
|
| bool prefetch_virtual_memory : 1;
|
|
|
| - // Use a /prefetch argument when launching a process.
|
| - bool use_prefetch_argument : 1;
|
| -
|
| // Pre-read chrome_child.dll in the browser process and not in child
|
| // processes.
|
| bool pre_read_chrome_child_in_browser : 1;
|
|
|