summaryrefslogtreecommitdiffstats
path: root/base/linux_util.h
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-18 00:34:56 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-18 00:34:56 +0000
commit200e80dc6a93fa165551590e9cb1ba589ec0958e (patch)
treec5c878f63eadd0c8e1d6477570a6b37d1bb0b819 /base/linux_util.h
parentd4c755d3917ec20b811d4b868c18cb40cae6713b (diff)
downloadchromium_src-200e80dc6a93fa165551590e9cb1ba589ec0958e.zip
chromium_src-200e80dc6a93fa165551590e9cb1ba589ec0958e.tar.gz
chromium_src-200e80dc6a93fa165551590e9cb1ba589ec0958e.tar.bz2
Revert "Add proxy config (using gnome-network-preferences)"
This reverts commit d06bc0c855b1e81e36c7bfc9bef342eb358d99a5. TBR=estade git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21033 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/linux_util.h')
-rw-r--r--base/linux_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/base/linux_util.h b/base/linux_util.h
index 75b4ad4..973a2b0 100644
--- a/base/linux_util.h
+++ b/base/linux_util.h
@@ -20,12 +20,6 @@ uint8_t* BGRAToRGBA(const uint8_t* pixels, int width, int height, int stride);
// GetWinVersion() in base/win_util.h.
std::string GetLinuxDistro();
-// Return true if we appear to be running under Gnome and should attempt to use
-// some prefrences from the desktop environment (eg proxy settings),
-// If someone adds support for other environments, this function could be
-// replaced with one that returns an enum so we an specify Gnome, KDE, etc.
-bool UseGnomeForSettings();
-
} // namespace base
#endif // BASE_LINUX_UTIL_H__