diff options
author | akuegel@chromium.org <akuegel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-06 23:47:19 +0000 |
---|---|---|
committer | akuegel@chromium.org <akuegel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-06 23:47:19 +0000 |
commit | f252df2e3c3cc046b4624d905a999b74111cf5bf (patch) | |
tree | cace77d393ee7251faa2f099b5ad0a59b58c7ec0 /chrome/browser/invalidation | |
parent | 16465ec641d4332ae4265e81e96bce91460757d1 (diff) | |
download | chromium_src-f252df2e3c3cc046b4624d905a999b74111cf5bf.zip chromium_src-f252df2e3c3cc046b4624d905a999b74111cf5bf.tar.gz chromium_src-f252df2e3c3cc046b4624d905a999b74111cf5bf.tar.bz2 |
Store the username of the custodian of the managed user.
To create a managed user, someone has to be signed in. We
store the username immediately after the new managed profile
has been created as a profile preference.
BUG=241387
Review URL: https://chromiumcodereview.appspot.com/15907009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204660 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/invalidation')
-rw-r--r-- | chrome/browser/invalidation/invalidator_storage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/invalidation/invalidator_storage.h b/chrome/browser/invalidation/invalidator_storage.h index e8b7ba5..2e5f420 100644 --- a/chrome/browser/invalidation/invalidator_storage.h +++ b/chrome/browser/invalidation/invalidator_storage.h @@ -16,7 +16,6 @@ #include "sync/notifier/invalidation_state_tracker.h" class PrefService; -class PrefRegistrySyncable; namespace base { class DictionaryValue; |