| Index: chrome/browser/sessions/session_restore.h
|
| diff --git a/chrome/browser/sessions/session_restore.h b/chrome/browser/sessions/session_restore.h
|
| index c37666a37748e2b21875b67fb58676642e678bdc..f232a48a600c663eb0fe17056a91e58d8d468028 100644
|
| --- a/chrome/browser/sessions/session_restore.h
|
| +++ b/chrome/browser/sessions/session_restore.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <stdint.h>
|
|
|
| +#include <memory>
|
| #include <vector>
|
|
|
| #include "base/callback_list.h"
|
| @@ -62,6 +63,9 @@ class SessionRestore {
|
| // of function RestoreSession.
|
| static void RestoreSessionAfterCrash(Browser* browser);
|
|
|
| + // Opens the startup pages when the last session crashed.
|
| + static void OpenStartupPagesAfterCrash(Browser* browser);
|
| +
|
| // Specifically used in the restoration of a foreign session. This function
|
| // restores the given session windows to multiple browsers. Returns the
|
| // created Browsers.
|
|
|