Index: chrome/browser/chromeos/proxy_config_service_impl.h |
diff --git a/chrome/browser/chromeos/proxy_config_service_impl.h b/chrome/browser/chromeos/proxy_config_service_impl.h |
index 730e003bd968005b9da7a81f12f217f4f9cc42e4..12fac7930a2b7bdc1e17c07accd3d6559cdd1141 100644 |
--- a/chrome/browser/chromeos/proxy_config_service_impl.h |
+++ b/chrome/browser/chromeos/proxy_config_service_impl.h |
@@ -198,9 +198,9 @@ class ProxyConfigServiceImpl : public PrefProxyConfigTrackerImpl, |
virtual void OnNetworkChanged(NetworkLibrary* cros, |
const Network* network) OVERRIDE; |
- // Parse |network| proxy config and store result in |proxy_config|. |
+ // Parse |proxy_config_string| and store result in |proxy_config|. |
// Returns true if proxy config was successfully parsed. |
- static bool ParseProxyConfig(const Network* network, |
+ static bool ParseProxyConfig(const std::string& proxy_config_string, |
net::ProxyConfig* proxy_config); |
// Register UseShardProxies preference. |