diff options
author | bartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-22 15:37:26 +0000 |
---|---|---|
committer | bartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-22 15:37:26 +0000 |
commit | 08450ddae76a3aa8fdd03dad55eeb60eb9e47039 (patch) | |
tree | 3e332be53f87225d671cdc8cbd59c8f76ec718bf /chrome/chrome_browser_chromeos.gypi | |
parent | 2288626251248d496510c8c2a7c1b251e40edc7c (diff) | |
download | chromium_src-08450ddae76a3aa8fdd03dad55eeb60eb9e47039.zip chromium_src-08450ddae76a3aa8fdd03dad55eeb60eb9e47039.tar.gz chromium_src-08450ddae76a3aa8fdd03dad55eeb60eb9e47039.tar.bz2 |
Translate device-local account IDs to user IDs
This CL decouples the namespaces used for device-local accounts in policy
and user management. In addition to the account ID assigned by the server,
each device-local account is given a user ID that always follows a
canonical format and allows the account type to be identified just by
looking at the user ID, regardless of the format chosen for the account ID
by the server.
BUG=240276
TEST=Manual in VM
TBR=jhawkins (chrome/browser/ui/webui/policy_ui.cc)
Review URL: https://chromiumcodereview.appspot.com/14927015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201532 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser_chromeos.gypi')
-rw-r--r-- | chrome/chrome_browser_chromeos.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi index d9e3488..bef3f74 100644 --- a/chrome/chrome_browser_chromeos.gypi +++ b/chrome/chrome_browser_chromeos.gypi @@ -590,6 +590,8 @@ 'browser/chromeos/policy/device_cloud_policy_store_chromeos.h', 'browser/chromeos/policy/device_cloud_policy_validator.cc', 'browser/chromeos/policy/device_cloud_policy_validator.h', + 'browser/chromeos/policy/device_local_account.cc', + 'browser/chromeos/policy/device_local_account.h', 'browser/chromeos/policy/device_local_account_policy_provider.cc', 'browser/chromeos/policy/device_local_account_policy_provider.h', 'browser/chromeos/policy/device_local_account_policy_service.cc', |