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

Unified Diff: jingle/notifier/listener/notification_defines.cc

Issue 9190029: use push messaging in cache invalidation xmpp channel (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 8 years, 11 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: jingle/notifier/listener/notification_defines.cc
===================================================================
--- jingle/notifier/listener/notification_defines.cc (revision 118929)
+++ jingle/notifier/listener/notification_defines.cc (working copy)
@@ -6,6 +6,9 @@
namespace notifier {
+Notification::Notification() {}
+Notification::~Notification() {}
+
std::string Notification::ToString() const {
return "{ channel: \"" + channel + "\", data: \"" + data + "\" }";
}

Powered by Google App Engine
This is Rietveld 408576698