Chromium Code Reviews| 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). |