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

Unified Diff: sync/test/engine/mock_model_type_worker.cc

Issue 1918923002: [Sync] USS: Ignore encryption changes during conflict resolution 1/2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. 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/protocol/entity_metadata.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/mock_model_type_worker.cc
diff --git a/sync/test/engine/mock_model_type_worker.cc b/sync/test/engine/mock_model_type_worker.cc
index 4aabfd36f60616730ea42648b66d60fab7f0f1fe..fd0866738d763b1c8516e682f304ae65ff2cd302 100644
--- a/sync/test/engine/mock_model_type_worker.cc
+++ b/sync/test/engine/mock_model_type_worker.cc
@@ -206,6 +206,7 @@ CommitResponseData MockModelTypeWorker::SuccessfulCommitResponse(
response_data.client_tag_hash = client_tag_hash;
response_data.sequence_number = request_data.sequence_number;
+ response_data.specifics_hash = request_data.specifics_hash;
// Increment the server version on successful commit.
int64_t version = GetServerVersion(client_tag_hash);
« no previous file with comments | « sync/protocol/entity_metadata.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698