| Index: chrome/browser/profiles/profile_manager.h | 
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h | 
| index 655431231a06e50259e94a48834e103a357521ee..385f9c360fe2b718b6a9556d811bb8f0a4532b2e 100644 | 
| --- a/chrome/browser/profiles/profile_manager.h | 
| +++ b/chrome/browser/profiles/profile_manager.h | 
| @@ -383,6 +383,11 @@ class ProfileManager : public base::NonThreadSafe, | 
| const CreateCallback& original_callback, | 
| Profile* loaded_profile, | 
| Profile::CreateStatus status); | 
| + | 
| +  // Schedules the forced ephemeral profile at the given path to be deleted on | 
| +  // shutdown. New profiles will not be created. | 
| +  void ScheduleForcedEphemeralProfileForDeletion( | 
| +      const base::FilePath& profile_dir); | 
| #endif  // !defined(OS_ANDROID) | 
|  | 
| // Object to cache various information about profiles. Contains information | 
|  |