| Index: athena/util/container_priorities.h
|
| diff --git a/athena/util/container_priorities.h b/athena/util/container_priorities.h
|
| index 33b687d1a1e25e6699392bef2f842a204c7b9373..8b303003eddf1ef7d73f92b5dff84c4c87814170 100644
|
| --- a/athena/util/container_priorities.h
|
| +++ b/athena/util/container_priorities.h
|
| @@ -12,9 +12,11 @@ enum ContainerPriorities {
|
| CP_DEFAULT,
|
| CP_HOME_CARD,
|
| CP_SYSTEM_MODAL,
|
| + // TODO(oshima): rename LOGIN_xxx to something more generic.
|
| CP_LOGIN_SCREEN,
|
| CP_LOGIN_SCREEN_SYSTEM_MODAL,
|
| CP_VIRTUAL_KEYBOARD,
|
| + CP_END,
|
| };
|
|
|
| } // namespace athena
|
|
|