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

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

Issue 11299284: Revert 170507 - Add public accounts to UserManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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.cc
===================================================================
--- chrome/browser/chromeos/settings/stub_cros_settings_provider.cc (revision 170577)
+++ chrome/browser/chromeos/settings/stub_cros_settings_provider.cc (working copy)
@@ -20,7 +20,6 @@
kAccountsPrefShowUserNamesOnSignIn,
kAccountsPrefUsers,
kAccountsPrefEphemeralUsersEnabled,
- kAccountsPrefDeviceLocalAccounts,
kDeviceOwner,
kPolicyMissingMitigationMode,
kReleaseChannel,
@@ -85,7 +84,6 @@
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|.
}

Powered by Google App Engine
This is Rietveld 408576698