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

Unified Diff: jingle/notifier/listener/push_notifications_subscribe_task.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/push_notifications_subscribe_task.cc
===================================================================
--- jingle/notifier/listener/push_notifications_subscribe_task.cc (revision 118929)
+++ jingle/notifier/listener/push_notifications_subscribe_task.cc (working copy)
@@ -79,7 +79,7 @@
buzz::XmlElement* PushNotificationsSubscribeTask::MakeSubscriptionMessage(
const SubscriptionList& subscriptions,
const buzz::Jid& jid, const std::string& task_id) {
- DCHECK(jid.IsFull());
+ DCHECK(jid.IsFull()) << "jid is: " << jid.Str();
akalin 2012/01/25 02:45:13 do you still need this?
ghc 2012/01/25 03:18:28 reverted
const buzz::QName kQnSubscribe(
kPushNotificationsNamespace, "subscribe");

Powered by Google App Engine
This is Rietveld 408576698