Index: chrome/browser/chromeos/settings/stub_cros_settings_provider.cc |
diff --git a/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc b/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc |
index f0a49f87ab7736ef17b838b1c472c6ff8f6bbd5d..d957bdd1c9e38f54fedbfed8cc1d4b1943a153fc 100644 |
--- a/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc |
+++ b/chrome/browser/chromeos/settings/stub_cros_settings_provider.cc |
@@ -20,6 +20,7 @@ const char* kHandledSettings[] = { |
kAccountsPrefShowUserNamesOnSignIn, |
kAccountsPrefUsers, |
kAccountsPrefEphemeralUsersEnabled, |
+ kAccountsPrefDeviceLocalAccounts, |
kDeviceOwner, |
kPolicyMissingMitigationMode, |
kReleaseChannel, |
@@ -84,6 +85,7 @@ void StubCrosSettingsProvider::SetDefaults() { |
values_.SetBoolean(kAccountsPrefAllowGuest, true); |
values_.SetBoolean(kAccountsPrefAllowNewUser, true); |
values_.SetBoolean(kAccountsPrefShowUserNamesOnSignIn, true); |
+ values_.SetValue(kAccountsPrefDeviceLocalAccounts, new ListValue); |
// |kDeviceOwner| will be set to the logged-in user by |UserManager|. |
} |