| 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:
|
|
|