diff options
author | ghc@google.com <ghc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-26 01:53:13 +0000 |
---|---|---|
committer | ghc@google.com <ghc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-26 01:53:13 +0000 |
commit | 8df3e8d369726024ed7d5fbd601c0176b9dd6465 (patch) | |
tree | e85697839901fa8a047db1def37c695235c2db98 /chrome/browser/sync/notifier/chrome_system_resources.cc | |
parent | 68a8e06e889030ab860eb3c8040d9812d4b2b8fa (diff) | |
download | chromium_src-8df3e8d369726024ed7d5fbd601c0176b9dd6465.zip chromium_src-8df3e8d369726024ed7d5fbd601c0176b9dd6465.tar.gz chromium_src-8df3e8d369726024ed7d5fbd601c0176b9dd6465.tar.bz2 |
- replace custom <iq>-stanza protocol with push notifications (using PushNotifications* classes) in CacheInvalidationPacketHandler, and update unit test accordingly
- extend notifier::Notification and PushNotificationsSendUpdateTask to allow specification of recipients (and recipient-specific data)
Review URL: http://codereview.chromium.org/9190029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/notifier/chrome_system_resources.cc')
-rw-r--r-- | chrome/browser/sync/notifier/chrome_system_resources.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/sync/notifier/chrome_system_resources.cc b/chrome/browser/sync/notifier/chrome_system_resources.cc index 474d0b6..db13317 100644 --- a/chrome/browser/sync/notifier/chrome_system_resources.cc +++ b/chrome/browser/sync/notifier/chrome_system_resources.cc @@ -230,6 +230,7 @@ void ChromeNetwork::UpdatePacketHandler( base::Bind(&ChromeNetwork::HandleInboundMessage, weak_factory_.GetWeakPtr()))); } + packet_handler_->SendSubscriptionRequest(); } void ChromeNetwork::HandleInboundMessage(const std::string& incoming_message) { |