Home | History | Annotate | Download | only in app_shim

Lines Matching defs:profile_manager

22 #include "chrome/browser/profiles/profile_manager.h"
60 ProfileManager* profile_manager = g_browser_process->profile_manager();
63 base::FilePath full_path = profile_manager->user_data_dir().Append(path);
64 ProfileInfoCache& cache = profile_manager->GetProfileInfoCache();
70 ProfileManager* profile_manager = g_browser_process->profile_manager();
71 base::FilePath full_path = profile_manager->user_data_dir().Append(path);
72 Profile* profile = profile_manager->GetProfileByPath(full_path);
75 return profile && profile_manager->IsValidProfile(profile) ? profile : NULL;
81 ProfileManager* profile_manager = g_browser_process->profile_manager();
82 base::FilePath full_path = profile_manager->user_data_dir().Append(path);
83 profile_manager->CreateProfileAsync(
247 // since profile_manager might not be around.