| Index: chrome/browser/chromeos/proxy_cros_settings_provider.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/proxy_cros_settings_provider.h (revision 108616)
|
| +++ chrome/browser/chromeos/proxy_cros_settings_provider.h (working copy)
|
| @@ -46,6 +46,11 @@
|
| const ProxyConfigServiceImpl::ProxyConfig::ManualProxy& proxy,
|
| net::ProxyServer::Scheme scheme) const;
|
|
|
| + net::ProxyServer CreateProxyServer(
|
| + std::string host,
|
| + uint16 port,
|
| + net::ProxyServer::Scheme scheme) const;
|
| +
|
| Value* CreateServerHostValue(
|
| const ProxyConfigServiceImpl::ProxyConfig::ManualProxy& proxy) const;
|
|
|
|
|