| Index: ash/session/session_controller_unittest.cc
|
| diff --git a/ash/session/session_controller_unittest.cc b/ash/session/session_controller_unittest.cc
|
| index f011548c9a060efd025be3be06e12b1339a8a9cb..97d69d22cd8ce558b8b73b3f28e1de3c142d90eb 100644
|
| --- a/ash/session/session_controller_unittest.cc
|
| +++ b/ash/session/session_controller_unittest.cc
|
| @@ -186,7 +186,7 @@ TEST_F(SessionControllerTest, SessionState) {
|
| } kTestCases[] = {
|
| {SessionState::OOBE, false, true},
|
| {SessionState::LOGIN_PRIMARY, false, true},
|
| - {SessionState::LOGGED_IN_NOT_ACTIVE, false, true},
|
| + {SessionState::LOGGED_IN_NOT_ACTIVE, false, false},
|
| {SessionState::ACTIVE, false, false},
|
| {SessionState::LOCKED, true, true},
|
| {SessionState::LOGIN_SECONDARY, false, true},
|
| @@ -333,7 +333,7 @@ TEST_F(SessionControllerTest, UserSessionUnblockedWithRunningUnlockAnimation) {
|
| } kTestCases[] = {
|
| {SessionState::OOBE, true},
|
| {SessionState::LOGIN_PRIMARY, true},
|
| - {SessionState::LOGGED_IN_NOT_ACTIVE, true},
|
| + {SessionState::LOGGED_IN_NOT_ACTIVE, false},
|
| {SessionState::ACTIVE, false},
|
| {SessionState::LOGIN_SECONDARY, true},
|
| };
|
|
|