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

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

Issue 11232048: Adding XMPP ping functionality to CLoudPrint. XMPP ping and timeout is controlled thorugh Service S… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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.h
diff --git a/jingle/notifier/listener/notification_defines.h b/jingle/notifier/listener/notification_defines.h
index 5d4a0c83dc1c6603ad3077a5c4963ff3f115a6fb..1ddd59c4f12d88047f6fe18dc583395427abc5b6 100644
--- a/jingle/notifier/listener/notification_defines.h
+++ b/jingle/notifier/listener/notification_defines.h
@@ -49,6 +49,10 @@ struct Notification {
Notification();
~Notification();
+ // Test code.
Vitaly Buka (NO REVIEWS) 2012/10/22 20:52:53 What does it mean here // Test code. I see that yo
gene 2012/10/22 21:44:12 Done.
+ // Set true if this is a ping notification.
+ bool ping;
+
// The channel the notification is coming in on.
std::string channel;
// Recipients for this notification (may be empty).

Powered by Google App Engine
This is Rietveld 408576698