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

Unified Diff: chrome/browser/sync/notifier/chrome_system_resources.cc

Issue 9190029: use push messaging in cache invalidation xmpp channel (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Move MockWeakXmppClient from global namespace to anonymous namespace 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: chrome/browser/sync/notifier/chrome_system_resources.cc
===================================================================
--- chrome/browser/sync/notifier/chrome_system_resources.cc (revision 119260)
+++ chrome/browser/sync/notifier/chrome_system_resources.cc (working copy)
@@ -230,6 +230,7 @@
base::Bind(&ChromeNetwork::HandleInboundMessage,
weak_factory_.GetWeakPtr())));
}
+ packet_handler_->SendSubscriptionRequest();
}
void ChromeNetwork::HandleInboundMessage(const std::string& incoming_message) {
« no previous file with comments | « chrome/browser/sync/notifier/cache_invalidation_packet_handler_unittest.cc ('k') | jingle/notifier/base/fake_base_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698