| Index: chrome/browser/sessions/session_service.h
|
| diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h
|
| index f923ebac6be7c9508fcad7ef35c50035fa776d98..f9f973f4e3691c0526591503433e3da1c61a95d8 100644
|
| --- a/chrome/browser/sessions/session_service.h
|
| +++ b/chrome/browser/sessions/session_service.h
|
| @@ -255,6 +255,10 @@ class SessionService : public BaseSessionService,
|
| SessionCommand* CreatePinnedStateCommand(const SessionID& tab_id,
|
| bool is_pinned);
|
|
|
| + SessionCommand* CreateSessionStorageAssociatedCommand(
|
| + const SessionID& tab_id,
|
| + const std::string& session_storage_persistent_id);
|
| +
|
| // Callback from the backend for getting the commands from the save file.
|
| // Converts the commands in SessionWindows and notifies the real callback.
|
| void OnGotSessionCommands(
|
|
|