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

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

Issue 2420213002: [USS] Show USS counters in Types tab (Closed)
Patch Set: git rebase Created 4 years, 2 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 ae9e5876ef1d5223e0669a8766b45f46a90f7c31..3b1bde1b0dba529015b35a8e6852b0b9959f91bd 100644
--- a/components/sync/engine_impl/worker_entity_tracker.h
+++ b/components/sync/engine_impl/worker_entity_tracker.h
@@ -55,6 +55,9 @@ class WorkerEntityTracker {
// Handles receipt of an update from the server.
void ReceiveUpdate(const UpdateResponseData& update);
+ // Check if update contains newer version than local.
+ bool UpdateContainsNewVersion(const UpdateResponseData& update);
+
// Handles the receipt of an encrypted update from the server.
//
// Returns true if the tracker decides this item is worth keeping. Returns

Powered by Google App Engine
This is Rietveld 408576698