| Index: ui/views/mus/aura_init.h
|
| diff --git a/ui/views/mus/aura_init.h b/ui/views/mus/aura_init.h
|
| index c028a7e689cebc9ebd19dd508ee87bc9e7d640cc..3558d73f961443ce00c7ea4664e6228dfd710da4 100644
|
| --- a/ui/views/mus/aura_init.h
|
| +++ b/ui/views/mus/aura_init.h
|
| @@ -43,8 +43,12 @@ class VIEWS_MUS_EXPORT AuraInit {
|
| // Indicates AuraInit should target using aura with mus.
|
| AURA_MUS,
|
|
|
| + // Indicates AuraInit should target using aura with mus, for a Window
|
| + // Manager client.
|
| + AURA_MUS_WINDOW_MANAGER,
|
| +
|
| // Indicates AuraInit should target using ui::Window.
|
| - UI,
|
| + UI
|
| };
|
|
|
| // |resource_file| is the file to load strings and 1x icons from.
|
|
|