From f252df2e3c3cc046b4624d905a999b74111cf5bf Mon Sep 17 00:00:00 2001 From: "akuegel@chromium.org" Date: Thu, 6 Jun 2013 23:47:19 +0000 Subject: 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 --- chrome/browser/invalidation/invalidator_storage.h | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/browser/invalidation') 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; -- cgit v1.1