| Index: ash/shell_init_params.h
|
| diff --git a/ash/shell_init_params.h b/ash/shell_init_params.h
|
| index 7a10cd73fca1aa504e356c05e46b919518fff6d7..acc9d4060ceafc5374079fb69b6d32322f138826 100644
|
| --- a/ash/shell_init_params.h
|
| +++ b/ash/shell_init_params.h
|
| @@ -29,6 +29,7 @@ struct ASH_EXPORT ShellInitParams {
|
| ShellPort* shell_port = nullptr;
|
| // Shell takes ownership of |primary_window_tree_host|. This is only used
|
| // by mash.
|
| + // XXX remove this!
|
| aura::WindowTreeHostMus* primary_window_tree_host = nullptr;
|
| ShellDelegate* delegate = nullptr;
|
| ui::ContextFactory* context_factory = nullptr;
|
|
|