Index: chrome/browser/profiles/profile_manager.h |
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h |
index a0672eb3a1870c76739245dc509ebc62a091e806..d8de41b6c8155c468f9a393cf0580b2b8dda4285 100644 |
--- a/chrome/browser/profiles/profile_manager.h |
+++ b/chrome/browser/profiles/profile_manager.h |
@@ -263,6 +263,8 @@ class ProfileManager : public base::NonThreadSafe, |
// entry. |
ProfileInfo* RegisterProfile(Profile* profile, bool created); |
+ ProfileInfo* GetProfileInfoByPath(const FilePath& path) const; |
Nikita (slow)
2013/01/09 13:54:33
nit: comment
Denis Kuznetsov (DE-MUC)
2013/01/09 14:10:49
Done.
|
+ |
typedef std::pair<FilePath, string16> ProfilePathAndName; |
typedef std::vector<ProfilePathAndName> ProfilePathAndNames; |
ProfilePathAndNames GetSortedProfilesFromDirectoryMap(); |