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

Unified Diff: net/dns/serial_worker.h

Issue 9721002: [net/dns] Removes locking from DnsConfigServiceWin and adds local computer name. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Extract local IP from GetAdapterAddresses. Created 8 years, 9 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: net/dns/serial_worker.h
diff --git a/net/dns/serial_worker.h b/net/dns/serial_worker.h
index 41ca76838b7b05f0324d84cc032232043898639b..b4bfe54f82e9961fd78c4ad07c276549cbd93a93 100644
--- a/net/dns/serial_worker.h
+++ b/net/dns/serial_worker.h
@@ -51,9 +51,6 @@ class NET_EXPORT_PRIVATE SerialWorker
bool IsCancelled() const { return state_ == CANCELLED; }
- // Delay between calls to WorkerPool::PostTask
- static const int kWorkerPoolRetryDelayMs = 100;
-
protected:
friend class base::RefCountedThreadSafe<SerialWorker>;
// protected to allow sub-classing, but prevent deleting

Powered by Google App Engine
This is Rietveld 408576698