Commit 0ff2906c authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

Delete some non-existent methods from ModelTypeWorker

Bug: none
Change-Id: I77ac2637794507da16e2d172600c4839f2aa2dd9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821603
Auto-Submit: Marc Treib <treib@chromium.org>
Reviewed-by: default avatarMikel Astiz <mastiz@chromium.org>
Commit-Queue: Mikel Astiz <mastiz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#699421}
parent 11177663
......@@ -34,7 +34,6 @@ namespace syncer {
class CancelationSignal;
class ModelTypeProcessor;
class WorkerEntityTracker;
// A smart cache for sync types that use message passing (rather than
// transactions and the syncable::Directory) to communicate with the sync
......@@ -192,16 +191,6 @@ class ModelTypeWorker : public UpdateHandler,
// Should only be called during a GetUpdates cycle.
void DecryptStoredEntities();
// Returns the entity tracker for the given |tag_hash|, or nullptr.
WorkerEntityTracker* GetEntityTracker(const std::string& tag_hash);
// Creates an entity tracker in the map using the given |data| and returns a
// pointer to it. Requires that one doesn't exist for data.client_tag_hash.
WorkerEntityTracker* CreateEntityTracker(const std::string& tag_hash);
// Gets the entity tracker for |data| or creates one if it doesn't exist.
WorkerEntityTracker* GetOrCreateEntityTracker(const std::string& tag_hash);
// Nudges nudge_handler_ when initial sync is done, processor has local
// changes and either encryption is disabled for the type or cryptographer is
// ready (doesn't have pending keys).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment