| Index: chromeos/login/login_state.cc
|
| diff --git a/chromeos/login/login_state.cc b/chromeos/login/login_state.cc
|
| index b65b0fdf548f58b3d71d1b1d0d22fbeb42088e19..69b3dcb5ffcc377263f4ad76b40347aa79a98451 100644
|
| --- a/chromeos/login/login_state.cc
|
| +++ b/chromeos/login/login_state.cc
|
| @@ -68,7 +68,6 @@ void LoginState::SetLoggedInStateAndPrimaryUser(
|
| }
|
|
|
| void LoginState::SetLoggedInState(LoggedInState state, LoggedInUserType type) {
|
| - CHECK_NE(LOGGED_IN_USER_RETAIL_MODE, type);
|
| if (state == logged_in_state_ && type == logged_in_user_type_)
|
| return;
|
| VLOG(1) << "LoggedInState: " << state << " UserType: " << type;
|
|
|