summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/proxy_config_service_impl.h
diff options
context:
space:
mode:
authorxusydoc@chromium.org <xusydoc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 03:09:04 +0000
committerxusydoc@chromium.org <xusydoc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 03:09:04 +0000
commit3fb63aefda36c25de37d1b2cb37defc5d16b91e8 (patch)
tree7c8e404fefef0339fd29717c0abad5a2352f6e8a /chrome/browser/chromeos/proxy_config_service_impl.h
parenta09922d5ca5c7e2ef98c4620ba55332a564f9f2e (diff)
downloadchromium_src-3fb63aefda36c25de37d1b2cb37defc5d16b91e8.zip
chromium_src-3fb63aefda36c25de37d1b2cb37defc5d16b91e8.tar.gz
chromium_src-3fb63aefda36c25de37d1b2cb37defc5d16b91e8.tar.bz2
Revert 164756 - Added NetworkPortalDetector.
BUG=134206 TEST=Manual tests on an Alex device. Review URL: https://chromiumcodereview.appspot.com/10981067 TBR=ygorshenin@chromium.org Review URL: https://codereview.chromium.org/11346026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164822 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/proxy_config_service_impl.h')
-rw-r--r--chrome/browser/chromeos/proxy_config_service_impl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/chromeos/proxy_config_service_impl.h b/chrome/browser/chromeos/proxy_config_service_impl.h
index 92df0d0..7f17f306 100644
--- a/chrome/browser/chromeos/proxy_config_service_impl.h
+++ b/chrome/browser/chromeos/proxy_config_service_impl.h
@@ -193,11 +193,6 @@ class ProxyConfigServiceImpl
virtual void OnNetworkChanged(NetworkLibrary* cros,
const Network* network) OVERRIDE;
- // Parse |network| proxy config and store result in |proxy_config|.
- // Returns true if proxy config was successfully parsed.
- static bool ParseProxyConfig(const Network* network,
- net::ProxyConfig* proxy_config);
-
// Register UseShardProxies preference.
static void RegisterPrefs(PrefService* pref_service);