Index: chrome/browser/sync/notifier/chrome_system_resources.cc |
=================================================================== |
--- chrome/browser/sync/notifier/chrome_system_resources.cc (revision 117278) |
+++ chrome/browser/sync/notifier/chrome_system_resources.cc (working copy) |
@@ -210,6 +210,7 @@ |
base::Bind(&ChromeNetwork::HandleInboundMessage, |
weak_factory_.GetWeakPtr()))); |
} |
+ packet_handler_->SendSubscriptionRequest(); |
} |
void ChromeNetwork::HandleInboundMessage(const std::string& incoming_message) { |
@@ -234,6 +235,7 @@ |
void ChromeSystemResources::Start() { |
internal_scheduler_->Start(); |
listener_scheduler_->Start(); |
+ is_started_ = true; |
akalin
2012/01/12 23:06:44
this is already in your other CL, right?
ghc
2012/01/13 01:23:07
Yes. I could undo it, but this way it gets in soo
|
} |
void ChromeSystemResources::Stop() { |