Chromium Code Reviews| Index: cloud_print/gcp20/prototype/dns_sd_server.cc |
| diff --git a/cloud_print/gcp20/prototype/dns_sd_server.cc b/cloud_print/gcp20/prototype/dns_sd_server.cc |
| index 8a6653f35bd11bdbd9d6d513174301ed1273eb1e..a582e36142a3e5f21c4f91b89c283c1b29010435 100644 |
| --- a/cloud_print/gcp20/prototype/dns_sd_server.cc |
| +++ b/cloud_print/gcp20/prototype/dns_sd_server.cc |
| @@ -280,6 +280,7 @@ void DnsSdServer::SendAnnouncement(uint32 ttl) { |
| base::TimeDelta::FromSeconds(full_ttl_); |
| // Schedule next announcement. |
| + // TODO(maksymb): Replace with weakptr. |
| base::MessageLoop::current()->PostDelayedTask( |
|
Vitaly Buka (NO REVIEWS)
2013/07/22 23:46:02
???
maksymb
2013/07/23 00:40:38
Sorry, I've forgot to delete this TODO after resol
|
| FROM_HERE, |
| base::Bind(&DnsSdServer::Update, AsWeakPtr()), |