| Index: ash/common/test/test_session_controller_client.cc
|
| diff --git a/ash/common/test/test_session_controller_client.cc b/ash/common/test/test_session_controller_client.cc
|
| index a9e9f8b378d2781b880dec4b2b83fccb18533ac8..9381a223018f83e7d57073094ede5094afc2e392 100644
|
| --- a/ash/common/test/test_session_controller_client.cc
|
| +++ b/ash/common/test/test_session_controller_client.cc
|
| @@ -77,12 +77,6 @@ void TestSessionControllerClient::SetSessionState(
|
| session_manager::SessionState state) {
|
| session_info_->state = state;
|
| controller_->SetSessionInfo(session_info_->Clone());
|
| -
|
| - // TODO(xiyuan): Remove after LoginStatus becomes part of SessionController.
|
| - Shell::Get()->UpdateAfterLoginStatusChange(
|
| - state == session_manager::SessionState::ACTIVE
|
| - ? LoginStatus::USER
|
| - : LoginStatus::NOT_LOGGED_IN);
|
| }
|
|
|
| void TestSessionControllerClient::CreatePredefinedUserSessions(int count) {
|
|
|