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

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: fixed value 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..bd18f4a8004c9fb95cf13443e933e5c97ad4396c 100644
--- a/jingle/notifier/listener/notification_defines.h
+++ b/jingle/notifier/listener/notification_defines.h
@@ -49,6 +49,8 @@ struct Notification {
Notification();
~Notification();
+ // Set true if this is a ping notification.
+ bool ping;
akalin 2012/10/23 00:37:21 i think this can be done without adding this field
// 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