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

Unified Diff: sync/tools/sync_listen_notifications.cc

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/tools/sync_listen_notifications.cc
diff --git a/sync/tools/sync_listen_notifications.cc b/sync/tools/sync_listen_notifications.cc
index 12d089b5dee356881da5147603fd50ee3ce2ddee..b49ec5d91abfbe110b0511bc2d0ff3edc6c25903 100644
--- a/sync/tools/sync_listen_notifications.cc
+++ b/sync/tools/sync_listen_notifications.cc
@@ -67,6 +67,8 @@ class NotificationPrinter : public InvalidationHandler {
}
}
+ virtual std::string GetOwnerName() OVERRIDE { return "NotificationPrinter"; }
+
private:
DISALLOW_COPY_AND_ASSIGN(NotificationPrinter);
};
« sync/notifier/invalidation_handler.h ('K') | « sync/notifier/non_blocking_invalidator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698