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

Unified Diff: components/sync/engine_impl/worker_entity_tracker.h

Issue 2339403004: [Sync] Add two more USS integration tests. (Closed)
Patch Set: Address comments. Created 4 years, 3 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/sync/engine_impl/worker_entity_tracker.h
diff --git a/components/sync/engine_impl/worker_entity_tracker.h b/components/sync/engine_impl/worker_entity_tracker.h
index 1eea4f4356b1950d021f2809c5aee09f4dc8b5fd..30b3fede53e93066b12a9f4212ff37baf7b3abf5 100644
--- a/components/sync/engine_impl/worker_entity_tracker.h
+++ b/components/sync/engine_impl/worker_entity_tracker.h
@@ -56,7 +56,7 @@ class WorkerEntityTracker {
void ReceiveCommitResponse(CommitResponseData* ack);
// Handles receipt of an update from the server.
- void ReceiveUpdate(int64_t version);
+ void ReceiveUpdate(const UpdateResponseData& update);
// Handles the receipt of an encrypted update from the server.
//
@@ -92,7 +92,7 @@ class WorkerEntityTracker {
std::string id_;
// The hashed client tag for this entry.
- std::string client_tag_hash_;
+ const std::string client_tag_hash_;
// The highest version seen in a commit response for this entry.
int64_t highest_commit_response_version_;
« no previous file with comments | « components/sync/engine_impl/model_type_worker.cc ('k') | components/sync/engine_impl/worker_entity_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698