Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(651)

Unified Diff: components/sessions/core/session_types.h

Issue 2499023004: [Sync] Introduce SyncedSessionWindow type. (Closed)
Patch Set: Fix compile Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698