Index: net/proxy/proxy_config_service_linux.h |
diff --git a/net/proxy/proxy_config_service_linux.h b/net/proxy/proxy_config_service_linux.h |
index 00c31ffc671c1e01ae5ea17ca022fe92e05dab93..a95a2885c49129a8dd133f853cd6102ed1f0cbd3 100644 |
--- a/net/proxy/proxy_config_service_linux.h |
+++ b/net/proxy/proxy_config_service_linux.h |
@@ -135,10 +135,6 @@ class ProxyConfigServiceLinux : public ProxyConfigService { |
// and the configuration is valid. |
bool GetConfigFromGConf(ProxyConfig* config); |
- // Returns true if environment variables indicate that we are |
- // running GNOME (and therefore we want to use gconf settings). |
- bool ShouldTryGConf(); |
- |
// This method is posted from the UI thread to the IO thread to |
// carry the new config information. |
void SetNewProxyConfig(const ProxyConfig& new_config); |