Index: chrome/browser/profiles/profile_manager.h |
=================================================================== |
--- chrome/browser/profiles/profile_manager.h (revision 91957) |
+++ chrome/browser/profiles/profile_manager.h (working copy) |
@@ -155,6 +155,9 @@ |
// Schedules the profile at the given path to be deleted on shutdown. |
void ScheduleProfileForDeletion(const FilePath& profile_dir); |
+ // Checks if multiple profiles is enabled. |
+ static bool IsMultipleProfilesEnabled(); |
+ |
protected: |
// Does final initial actions. |
virtual void DoFinalInit(Profile* profile); |