summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config_service_linux.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-23 22:10:53 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-23 22:10:53 +0000
commitd6cb85b66439333ea65dfb26d745c8c8d0049aac (patch)
treeca34fec53150c2dd63e023c2c33ff22a6fd83119 /net/proxy/proxy_config_service_linux.h
parenteeba96cee2c36a2808dcfd0589382524dc3992ad (diff)
downloadchromium_src-d6cb85b66439333ea65dfb26d745c8c8d0049aac.zip
chromium_src-d6cb85b66439333ea65dfb26d745c8c8d0049aac.tar.gz
chromium_src-d6cb85b66439333ea65dfb26d745c8c8d0049aac.tar.bz2
linux: generalize desktop environment guessing to encompass KDE
BUG=17363 Review URL: http://codereview.chromium.org/159297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21455 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy/proxy_config_service_linux.h')
-rw-r--r--net/proxy/proxy_config_service_linux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/proxy/proxy_config_service_linux.h b/net/proxy/proxy_config_service_linux.h
index 00c31ff..a95a288 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);