Chromium Code Reviews| Index: athena/common/container_priorities.h |
| diff --git a/athena/common/container_priorities.h b/athena/common/container_priorities.h |
| index 0b349967aecfc5503bc2e9fa79515ad111a827ee..549d1e613882a1cd7f2729d490bd6f12962889a2 100644 |
| --- a/athena/common/container_priorities.h |
| +++ b/athena/common/container_priorities.h |
| @@ -11,8 +11,8 @@ enum ContainerPriorities { |
| CP_BACKGROUND = 0, |
| CP_DEFAULT, |
| CP_HOME_CARD, |
| - CP_VIRTUAL_KEYBOARD, |
| CP_DEBUG, |
| + CP_VIRTUAL_KEYBOARD, |
|
sadrul
2014/07/28 16:21:29
This is necessary to make sure that the password f
|
| }; |
| } // namespace athena |