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

Unified Diff: net/proxy/dhcp_proxy_script_adapter_fetcher_win.h

Issue 7189016: Do GetAdaptersAddresses on a worker thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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/proxy/dhcp_proxy_script_adapter_fetcher_win.h
diff --git a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.h b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.h
index 79b3d1ed027f319d6aec70f556b73022654aab70..f6507733ca7b35ab93d929fb95210277961c42b3 100644
--- a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.h
+++ b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.h
@@ -111,6 +111,9 @@ class NET_TEST DhcpProxyScriptAdapterFetcher
// only a weak reference back to the main object, so that the main object
// can be destroyed before the thread ends. This also keeps the main
// object completely thread safe and allows it to be non-refcounted.
+ //
+ // TODO(joi): Replace with PostTaskAndReply once http://crbug.com/86301
+ // has been implemented.
class NET_TEST WorkerThread
: public base::RefCountedThreadSafe<WorkerThread> {
public:
« no previous file with comments | « no previous file | net/proxy/dhcp_proxy_script_fetcher_win.h » ('j') | net/proxy/dhcp_proxy_script_fetcher_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698