Index: sync/internal_api/public/sync_manager.h |
diff --git a/sync/internal_api/public/sync_manager.h b/sync/internal_api/public/sync_manager.h |
index de8ee792598a3169af30c5312235b9ef31bedf7d..815873ecceeacc05148828219a9e1baa60a7ba42 100644 |
--- a/sync/internal_api/public/sync_manager.h |
+++ b/sync/internal_api/public/sync_manager.h |
@@ -336,6 +336,9 @@ class SYNC_EXPORT SyncManager : public syncer::InvalidationHandler { |
virtual void OnIncomingInvalidation( |
const ObjectIdInvalidationMap& invalidation_map) = 0; |
+ // Returns whoever has constructed this object, for logging purposes. |
+ virtual std::string GetOwnerName() = 0; |
Nicolas Zea
2014/02/11 20:54:11
What calls this? Does it need to be part of the Sy
mferreria_g
2014/02/11 21:23:38
Removed. Hadn't realized that, since it was alread
|
+ |
// Adds a listener to be notified of sync events. |
// NOTE: It is OK (in fact, it's probably a good idea) to call this before |
// having received OnInitializationCompleted. |