| Index: ash/mus/test/wm_test_base.cc
|
| diff --git a/ash/mus/test/wm_test_base.cc b/ash/mus/test/wm_test_base.cc
|
| index 251d90bc5125419cccb83aa2da2c1f19c98bf09c..0ba9d4b53e25614f36e487f1453fdc55c09a46c4 100644
|
| --- a/ash/mus/test/wm_test_base.cc
|
| +++ b/ash/mus/test/wm_test_base.cc
|
| @@ -198,7 +198,6 @@ void WmTestBase::SimulateUserLogin() {
|
|
|
| // Simulate the user session becoming active.
|
| mojom::SessionInfoPtr info = mojom::SessionInfo::New();
|
| - info->max_users = 10;
|
| info->can_lock_screen = true;
|
| info->should_lock_screen_automatically = false;
|
| info->add_user_session_policy = AddUserSessionPolicy::ALLOWED;
|
|
|