Home | History | Annotate | Download | only in profiles

Lines Matching defs:ProfileManager

30 class ProfileManager : public base::NonThreadSafe,
36 explicit ProfileManager(const base::FilePath& user_data_dir);
37 virtual ~ProfileManager();
176 // Register and add testing profile to the ProfileManager. Use ONLY in tests.
243 // if needed. This adds the profile to the ProfileManager if it doesn't
251 // ProfileManager. This ProfileManager takes ownership of the Profile.
252 // The Profile should not already be managed by this ProfileManager.
289 explicit BrowserListObserver(ProfileManager* manager);
298 ProfileManager* profile_manager_;
352 DISALLOW_COPY_AND_ASSIGN(ProfileManager);
355 // Same as the ProfileManager, but doesn't initialize some services of the
357 class ProfileManagerWithoutInit : public ProfileManager {