| Index: chrome/browser/sessions/session_types.h
|
| diff --git a/chrome/browser/sessions/session_types.h b/chrome/browser/sessions/session_types.h
|
| index 2ed7486abce423285c3096ccaba29b1e09f05b96..fab9f82ea0be884aa5e3fddd96a26cb9233cbd24 100644
|
| --- a/chrome/browser/sessions/session_types.h
|
| +++ b/chrome/browser/sessions/session_types.h
|
| @@ -172,6 +172,10 @@ struct SessionTab {
|
|
|
| std::vector<TabNavigation> navigations;
|
|
|
| + // For reassociating sessionStorage.
|
| + int64 session_storage_real_id;
|
| + bool session_storage_real_id_associated;
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SessionTab);
|
| };
|
|
|