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

Unified Diff: components/user_manager/user_unittest.cc

Issue 2421323002: Created new account type for ARC++ kiosk. (Closed)
Patch Set: Rebase Created 4 years, 2 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 | « components/user_manager/user_type.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/user_unittest.cc
diff --git a/components/user_manager/user_unittest.cc b/components/user_manager/user_unittest.cc
index dcc4019a448e1f5afa8595e115b28772df4ee8e8..05f563f5d2dc4d13ce564f7d9f5a511db63f0047 100644
--- a/components/user_manager/user_unittest.cc
+++ b/components/user_manager/user_unittest.cc
@@ -40,6 +40,8 @@ TEST(UserTest, DeviceLocalAccountAffiliation) {
ScopedUser public_session_user(User::CreatePublicAccountUser(account_id));
EXPECT_TRUE(public_session_user.IsAffiliated());
+ ScopedUser arc_kiosk_user(User::CreateArcKioskAppUser(account_id));
+ EXPECT_TRUE(arc_kiosk_user.IsAffiliated());
}
} // namespace user_manager
« no previous file with comments | « components/user_manager/user_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698