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

Unified Diff: sync/notifier/invalidation_handler.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/notifier/invalidation_handler.h
diff --git a/sync/notifier/invalidation_handler.h b/sync/notifier/invalidation_handler.h
index 2f5149f262f720ca187a7f8bfa6a4054ac60be85..95b337dfb8d13466ca3c76cceebeebb2adafb645 100644
--- a/sync/notifier/invalidation_handler.h
+++ b/sync/notifier/invalidation_handler.h
@@ -23,6 +23,8 @@ class SYNC_EXPORT InvalidationHandler {
virtual void OnIncomingInvalidation(
const ObjectIdInvalidationMap& invalidation_map) = 0;
+ virtual std::string GetOwnerName() = 0;
dcheng 2014/02/11 20:02:41 Can't this be const?
mferreria_g 2014/02/11 20:50:36 Yes. Done.
+
protected:
virtual ~InvalidationHandler() {}
};

Powered by Google App Engine
This is Rietveld 408576698