| Index: components/sessions/core/session_types.h
|
| diff --git a/components/sessions/core/session_types.h b/components/sessions/core/session_types.h
|
| index dbaabe6e24eafdd43c98e0ad154f02d43136788f..5ac0325d691b580083d6dd2d5493ec771f2d1fec 100644
|
| --- a/components/sessions/core/session_types.h
|
| +++ b/components/sessions/core/session_types.h
|
| @@ -103,9 +103,6 @@ struct SESSIONS_EXPORT SessionTab {
|
| // For reassociating sessionStorage.
|
| std::string session_storage_persistent_id;
|
|
|
| - // Ids of the currently assigned variations which should be sent to sync.
|
| - std::vector<variations::VariationID> variation_ids;
|
| -
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(SessionTab);
|
| };
|
| @@ -124,11 +121,6 @@ struct SESSIONS_EXPORT SessionWindow {
|
| TYPE_POPUP = 1
|
| };
|
|
|
| - // Convert this object into its sync protocol buffer equivalent. Note that
|
| - // not all fields are synced here, because they don't all make sense or
|
| - // translate when restoring a SessionWindow on another device.
|
| - sync_pb::SessionWindow ToSyncData() const;
|
| -
|
| // Identifier of the window.
|
| SessionID window_id;
|
|
|
|
|