Chromium Code Reviews| Index: net/proxy/proxy_service.h |
| =================================================================== |
| --- net/proxy/proxy_service.h (revision 51891) |
| +++ net/proxy/proxy_service.h (working copy) |
| @@ -181,6 +181,10 @@ |
| ~ProxyService(); |
| + // Creates a proxy resolver appropriate for this platform that doesn't rely |
| + // on V8. |
| + static ProxyResolver* CreateNonV8ProxyResolver(); |
| + |
| // Identifies the proxy configuration. |
| ProxyConfig::ID config_id() const { return config_.id(); } |