| Index: ash/shell_init_params.h
|
| diff --git a/ash/shell_init_params.h b/ash/shell_init_params.h
|
| index 8cff2f1d9567887f8b82090d0f70789a3c9d61e4..58495908a60b9283a8bf4921f600ee200ff6ae2b 100644
|
| --- a/ash/shell_init_params.h
|
| +++ b/ash/shell_init_params.h
|
| @@ -22,6 +22,7 @@ class ShellDelegate;
|
| struct ASH_EXPORT ShellInitParams {
|
| ShellDelegate* delegate = nullptr;
|
| ui::ContextFactory* context_factory = nullptr;
|
| + ui::ContextFactoryPrivate* context_factory_private = nullptr;
|
| base::SequencedWorkerPool* blocking_pool = nullptr;
|
| };
|
|
|
|
|