| Index: chrome/browser/sessions/tab_restore_service.h
|
| diff --git a/chrome/browser/sessions/tab_restore_service.h b/chrome/browser/sessions/tab_restore_service.h
|
| index 9f8d3b182515d1d133884c160ca699d2bf01e979..c456ea0e31dc9c1c53709567dd452dfcf3020416 100644
|
| --- a/chrome/browser/sessions/tab_restore_service.h
|
| +++ b/chrome/browser/sessions/tab_restore_service.h
|
| @@ -105,6 +105,8 @@ class TabRestoreService : public ProfileKeyedService {
|
|
|
| // The user agent override used for the tab's navigations (if applicable).
|
| std::string user_agent_override;
|
| +
|
| + int64 sync_session_id;
|
| };
|
|
|
| // Represents a previously open window.
|
|
|