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

Unified Diff: sync/internal_api/public/sync_manager.h

Issue 159773006: [invalidations] Added table with registered objectsIds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@about_invalidations_clean
Patch Set: Created 6 years, 10 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: 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.

Powered by Google App Engine
This is Rietveld 408576698