summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_config.h
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-31 03:48:34 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-31 03:48:34 +0000
commitfe9dbd662522c686fcdb33b0e89c0aafa268b68f (patch)
treefa99bbe4a8f68cb580a26259ea60cb4ea1d59b55 /net/proxy/proxy_config.h
parente29c8c5760df16862da96dc1b68a4ed737ca8594 (diff)
downloadchromium_src-fe9dbd662522c686fcdb33b0e89c0aafa268b68f.zip
chromium_src-fe9dbd662522c686fcdb33b0e89c0aafa268b68f.tar.gz
chromium_src-fe9dbd662522c686fcdb33b0e89c0aafa268b68f.tar.bz2
Move the pretty-printing of proxy settings from the C++ code to javascript.
Also, the javascript version does some fancier output -- it now only displays the relevant fields, and numbers the fallback order. Review URL: http://codereview.chromium.org/3219004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57949 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/proxy/proxy_config.h')
-rw-r--r--net/proxy/proxy_config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/proxy/proxy_config.h b/net/proxy/proxy_config.h
index c5c68b6..3d4190b 100644
--- a/net/proxy/proxy_config.h
+++ b/net/proxy/proxy_config.h
@@ -129,9 +129,6 @@ class ProxyConfig {
pac_url_ = GURL();
}
- // Creates a textual dump of the configuration.
- std::string ToString() const;
-
// Creates a Value dump of this configuration. The caller is responsible for
// deleting the returned value.
Value* ToValue() const;