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

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

Issue 11358113: Add device policy definition for local accounts. (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/cros_settings_names.cc
diff --git a/chrome/browser/chromeos/settings/cros_settings_names.cc b/chrome/browser/chromeos/settings/cros_settings_names.cc
index 64820501f254b965c2bb163eb0de1774c6c03323..4b92c64d38d36fe0726f13867ec46a4789dc9920 100644
--- a/chrome/browser/chromeos/settings/cros_settings_names.cc
+++ b/chrome/browser/chromeos/settings/cros_settings_names.cc
@@ -16,6 +16,11 @@ const char kAccountsPrefShowUserNamesOnSignIn[]
const char kAccountsPrefUsers[] = "cros.accounts.users";
const char kAccountsPrefEphemeralUsersEnabled[] =
"cros.accounts.ephemeralUsersEnabled";
+const char kAccountsPrefLocalAccounts[] = "cros.accounts.localAccounts";
+
+// Keys for the dictionary entries in kAccountsPrefLocalAccounts.
+const char kLocalAccountId[] = "Id";
+const char kLocalAccountName[] = "Name";
// Name of signed setting persisted on device, writeable only by owner.
const char kSettingProxyEverywhere[] = "cros.proxy.everywhere";

Powered by Google App Engine
This is Rietveld 408576698