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

Unified Diff: chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc

Issue 228553002: Preference dis/allowing supervised users creation is now available as owner setting, not only as de… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unnecessary callback removed. Patch applied for failing tests. Created 6 years, 7 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
Index: chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc
diff --git a/chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc b/chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc
index be058e74bca9c59ec99c96f71873d9cf37265fae..9f277a0b7f0a4bbbde75a1fe3e104b265478226c 100644
--- a/chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc
+++ b/chrome/browser/chromeos/settings/stub_cros_settings_provider_unittest.cc
@@ -69,6 +69,7 @@ TEST_F(StubCrosSettingsProviderTest, Defaults) {
AssertPref(kAccountsPrefAllowGuest, &kTrueValue);
AssertPref(kAccountsPrefAllowNewUser, &kTrueValue);
AssertPref(kAccountsPrefShowUserNamesOnSignIn, &kTrueValue);
+ AssertPref(kAccountsPrefSupervisedUsersEnabled, &kTrueValue);
}
TEST_F(StubCrosSettingsProviderTest, Set) {

Powered by Google App Engine
This is Rietveld 408576698