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 2b7d5ddbb61e711b88a31cce435f0c98f9f2b838..54540a586c044360a2ece609e11a9d4792e1bf3d 100644 |
--- a/cloud_print/gcp20/prototype/dns_sd_server.cc |
+++ b/cloud_print/gcp20/prototype/dns_sd_server.cc |
@@ -283,6 +283,7 @@ void DnsSdServer::SendAnnouncement(uint32 ttl) { |
base::TimeDelta::FromSeconds(full_ttl_); |
// Schedule next announcement. |
+ // TODO(maksymb): Replace with weakptr. |
Vitaly Buka (NO REVIEWS)
2013/07/22 03:57:31
Don't leave this. fix ASAP.
Please create new CL a
maksymb
2013/07/22 22:56:53
Done.
|
base::MessageLoop::current()->PostDelayedTask( |
FROM_HERE, |
base::Bind(&DnsSdServer::Update, base::Unretained(this)), |