| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index c532a77033fd2779450d8d44fe16ed2c3fb363fc..d9c26ce800559d3b69fdd20318d61160004b3577 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -204,6 +204,9 @@ class ProfileManager : public base::NonThreadSafe,
|
| typedef std::map<FilePath, linked_ptr<ProfileInfo> > ProfilesInfoMap;
|
| ProfilesInfoMap profiles_info_;
|
|
|
| + // Object to cache various information about profiles.
|
| + scoped_ptr<ProfileInfoCache> profile_info_cache_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ProfileManager);
|
| };
|
|
|
|
|