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

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: Better OwnerName for PushMessage 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..b4e45e6d40febe21c4c84f89ccfbcf057970244f 100644
--- a/sync/tools/sync_listen_notifications.cc
+++ b/sync/tools/sync_listen_notifications.cc
@@ -67,6 +67,10 @@ class NotificationPrinter : public InvalidationHandler {
}
}
+ virtual std::string GetOwnerName() const OVERRIDE {
+ return "NotificationPrinter";
+ }
+
private:
DISALLOW_COPY_AND_ASSIGN(NotificationPrinter);
};

Powered by Google App Engine
This is Rietveld 408576698