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

Unified Diff: cloud_print/gcp20/prototype/dns_sd_server.cc

Issue 19866002: GCP2.0 Device: Receiving printjobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@confirmation
Patch Set: Created 7 years, 5 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: 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)),

Powered by Google App Engine
This is Rietveld 408576698