| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index cbce4eb782dbba1db6fdb28619a0df5cd370a010..38da2616b26b69923480d5fb6d0edf2a5c4c2846 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -41,8 +41,10 @@ class ProfileManager : public base::NonThreadSafe,
|
| explicit ProfileManager(const FilePath& user_data_dir);
|
| virtual ~ProfileManager();
|
|
|
| +#if defined(ENABLE_SESSION_SERVICE)
|
| // Invokes SessionServiceFactory::ShutdownForProfile() for all profiles.
|
| static void ShutdownSessionServices();
|
| +#endif
|
|
|
| // Physically remove deleted profile directories from disk.
|
| static void NukeDeletedProfilesFromDisk();
|
|
|