Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1377)

Unified Diff: chrome/browser/chromeos/proxy_config_service_impl.h

Issue 14134007: NetworkPortalDetector/NetworkStateInformer: Switch over to use NetworkStateHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add proxy_config Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 873af939cfba21a5923783a181c90fae8092d59e..6d655dc91e0c522e3e55aaefadf499dad76fce9a 100644
--- a/chrome/browser/chromeos/proxy_config_service_impl.h
+++ b/chrome/browser/chromeos/proxy_config_service_impl.h
@@ -196,9 +196,9 @@ class ProxyConfigServiceImpl
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.

Powered by Google App Engine
This is Rietveld 408576698