| 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 a25c91f77b8793fcd6abde97b4a4ac55182e17ca..667e9709d243c2f202a0f5cd088602110c1634bc 100644
|
| --- a/components/sync/engine_impl/worker_entity_tracker.h
|
| +++ b/components/sync/engine_impl/worker_entity_tracker.h
|
| @@ -75,6 +75,9 @@ class WorkerEntityTracker {
|
| // Clears the encrypted update. Allows us to resume regular commit behavior.
|
| void ClearEncryptedUpdate();
|
|
|
| + // Returns the estimate of dynamically allocated memory in bytes.
|
| + size_t EstimateMemoryUsage() const;
|
| +
|
| const std::string& id() const { return id_; }
|
| const std::string& client_tag_hash() const { return client_tag_hash_; }
|
|
|
|
|