| 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..c5526c2962ce7d5f974aa8e2a28f3d5d22c7a45c 100644
|
| --- a/chrome/browser/sessions/session_types.h
|
| +++ b/chrome/browser/sessions/session_types.h
|
| @@ -172,6 +172,9 @@ struct SessionTab {
|
|
|
| std::vector<TabNavigation> navigations;
|
|
|
| + // For reassociating sessionStorage.
|
| + std::string session_storage_persistent_id;
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SessionTab);
|
| };
|
|
|