| Index: chrome/browser/profiles/profile_destroyer.h
|
| diff --git a/chrome/browser/profiles/profile_destroyer.h b/chrome/browser/profiles/profile_destroyer.h
|
| index 59b705bbd99e5f97345ed6bcf6202d41c6d8e170..bcd3bfe7be29245d2b835ccea34aa9d9cea2badc 100644
|
| --- a/chrome/browser/profiles/profile_destroyer.h
|
| +++ b/chrome/browser/profiles/profile_destroyer.h
|
| @@ -24,6 +24,9 @@ class ProfileDestroyer : public content::RenderProcessHostObserver {
|
| static void DestroyProfileWhenAppropriate(Profile* const profile);
|
| static void DestroyOffTheRecordProfileNow(Profile* const profile);
|
|
|
| + // If the Guest Profile is ready to be destroyed, do so.
|
| + static void DestroyGuestProfileIfAppropriate();
|
| +
|
| private:
|
| typedef std::set<content::RenderProcessHost*> HostSet;
|
| typedef std::set<ProfileDestroyer*> DestroyerSet;
|
|
|