| Index: chrome/browser/profiles/profile_info_cache.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_info_cache.h (revision 177135)
|
| +++ chrome/browser/profiles/profile_info_cache.h (working copy)
|
| @@ -38,6 +38,8 @@
|
| ProfileInfoCache(PrefService* prefs, const FilePath& user_data_dir);
|
| virtual ~ProfileInfoCache();
|
|
|
| + // This |is_managed| refers to local management (formerly "managed mode"),
|
| + // not enterprise management.
|
| void AddProfileToCache(const FilePath& profile_path,
|
| const string16& name,
|
| const string16& username,
|
|
|