Home | History | Annotate | Download | only in profiles

Lines Matching defs:ProfileManager

27 class ProfileManager : public base::NonThreadSafe,
39 ProfileManager();
40 virtual ~ProfileManager();
46 // ProfileManager if it doesn't already exist. This method returns NULL if
139 // ProfileManager. This ProfileManager takes ownership of the Profile.
140 // The Profile should not already be managed by this ProfileManager.
160 DISALLOW_COPY_AND_ASSIGN(ProfileManager);
163 // Same as the ProfileManager, but doesn't initialize some services of the
165 class ProfileManagerWithoutInit : public ProfileManager {