Chromium Code Reviews| Index: ash/wm/power_button_controller.h |
| diff --git a/ash/wm/power_button_controller.h b/ash/wm/power_button_controller.h |
| index eee5f1cd9ee832ca9cd4509402e9f008eeddec70..9150d41d3cd8835117148e6d205ac0d3ab569700 100644 |
| --- a/ash/wm/power_button_controller.h |
| +++ b/ash/wm/power_button_controller.h |
| @@ -57,7 +57,7 @@ class ASH_EXPORT PowerButtonController : public aura::RootWindowObserver, |
| // Exposed here for TestApi::ContainerGroupIsAnimated(). |
| enum ContainerGroup { |
| ALL_CONTAINERS = 0, |
| - SCREEN_LOCKER_CONTAINERS, |
| + SCREEN_LOCKER_CONTAINERS_EXCEPT_WALLPAPER, |
|
Daniel Erat
2012/08/30 16:04:53
I find this confusing. The containers that each e
Nikita (slow)
2012/08/30 17:04:51
Are you proposing to abandon those predefined grou
Daniel Erat
2012/08/30 17:08:43
Yes, if the concepts of which containers each grou
Denis Kuznetsov (DE-MUC)
2012/08/30 17:15:04
I think exclusion-based name like "non-something"
Nikita (slow)
2012/09/03 14:50:59
Done.
|
| SCREEN_LOCKER_AND_RELATED_CONTAINERS, |
| ALL_BUT_SCREEN_LOCKER_AND_RELATED_CONTAINERS, |
| }; |