| Index: net/proxy/proxy_config_service_linux.h
|
| ===================================================================
|
| --- net/proxy/proxy_config_service_linux.h (revision 31079)
|
| +++ net/proxy/proxy_config_service_linux.h (working copy)
|
| @@ -139,6 +139,10 @@
|
| void OnDestroy();
|
|
|
| private:
|
| + friend class base::RefCountedThreadSafe<Delegate>;
|
| +
|
| + ~Delegate() {}
|
| +
|
| // Obtains an environment variable's value. Parses a proxy server
|
| // specification from it and puts it in result. Returns true if the
|
| // requested variable is defined and the value valid.
|
|
|