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

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

Issue 2328393002: [Sync] Add a sanity integration test for USS. (Closed)
Patch Set: Rebase. 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 354502ad18eb0235a5fc83e04d96566303a0c8c0..1eea4f4356b1950d021f2809c5aee09f4dc8b5fd 100644
--- a/components/sync/engine_impl/worker_entity_tracker.h
+++ b/components/sync/engine_impl/worker_entity_tracker.h
@@ -72,6 +72,9 @@ class WorkerEntityTracker {
// Clears the encrypted update. Allows us to resume regular commit behavior.
void ClearEncryptedUpdate();
+ const std::string& id() const { return id_; }
+ const std::string& client_tag_hash() const { return client_tag_hash_; }
+
private:
// Checks if the current state indicates a conflict.
//

Powered by Google App Engine
This is Rietveld 408576698