| 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 beed901efec27abfbf71d5abd7d1945d9eab42de..d7908b383aa355a5baf5344b9bad11db6254ddfd 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
|
| @@ -29,10 +29,6 @@ struct PreReadOptions {
|
|
|
| // Pre-read DLLs using the ::PrefetchVirtualMemory function, if available.
|
| bool prefetch_virtual_memory : 1;
|
| -
|
| - // Pre-read chrome_child.dll in the browser process and not in child
|
| - // processes.
|
| - bool pre_read_chrome_child_in_browser : 1;
|
| };
|
|
|
| // Initializes DLL pre-reading options from the registry.
|
|
|