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

Unified Diff: sync/engine/non_blocking_type_commit_contribution.h

Issue 1933803002: [Sync] USS: Ignore encryption changes during conflict resolution 2/2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment. Created 4 years, 8 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
« no previous file with comments | « sync/engine/model_type_worker_unittest.cc ('k') | sync/engine/non_blocking_type_commit_contribution.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/non_blocking_type_commit_contribution.h
diff --git a/sync/engine/non_blocking_type_commit_contribution.h b/sync/engine/non_blocking_type_commit_contribution.h
index f0fddcfc6ceda1a8336295fe47e12b2371ce03e6..df0fe282b0deb9f4d8b854111a9fa57f6e19913c 100644
--- a/sync/engine/non_blocking_type_commit_contribution.h
+++ b/sync/engine/non_blocking_type_commit_contribution.h
@@ -27,7 +27,6 @@ class NonBlockingTypeCommitContribution : public syncer::CommitContribution {
NonBlockingTypeCommitContribution(
const sync_pb::DataTypeContext& context,
const google::protobuf::RepeatedPtrField<sync_pb::SyncEntity>& entities,
- const std::vector<int64_t>& sequence_numbers,
ModelTypeWorker* worker);
~NonBlockingTypeCommitContribution() override;
@@ -49,10 +48,6 @@ class NonBlockingTypeCommitContribution : public syncer::CommitContribution {
// The set of entities to be committed, serialized as SyncEntities.
const google::protobuf::RepeatedPtrField<sync_pb::SyncEntity> entities_;
- // The sequence numbers associated with the pending commits. These match up
- // with the entities_ vector.
- const std::vector<int64_t> sequence_numbers_;
-
// The index in the commit message where this contribution's entities are
// added. Used to correlate per-item requests with per-item responses.
size_t entries_start_index_;
« no previous file with comments | « sync/engine/model_type_worker_unittest.cc ('k') | sync/engine/non_blocking_type_commit_contribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698