Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(340)

Unified Diff: ash/mus/test/wm_test_base.cc

Issue 2637403007: cros: Change max users to be a constant (Closed)
Patch Set: fix test Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/session/session_controller_unittest.cc ('k') | ash/public/interfaces/session_controller.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/common/session/session_controller_unittest.cc ('k') | ash/public/interfaces/session_controller.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698