Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3739)

Unified Diff: chrome/browser/chromeos/ui_proxy_config.h

Issue 1228543002: Translate ONC ProxySettings <-> Shill ProxyConfig (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add SchemeToString Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/ui_proxy_config.h
diff --git a/chrome/browser/chromeos/ui_proxy_config.h b/chrome/browser/chromeos/ui_proxy_config.h
index 3e85c0a68d28ac0bdb0cb72ddf8cc2b51814bff3..03d83a56ccde92589157d41f20ee1de9e7d537ab 100644
--- a/chrome/browser/chromeos/ui_proxy_config.h
+++ b/chrome/browser/chromeos/ui_proxy_config.h
@@ -79,11 +79,6 @@ struct UIProxyConfig {
// ManualProxy. Returns NULL if scheme is invalid.
ManualProxy* MapSchemeToProxy(const std::string& scheme);
- // Encodes the proxy server as "<url-scheme>=<proxy-scheme>://<proxy>"
- static void EncodeAndAppendProxyServer(const std::string& url_scheme,
- const net::ProxyServer& server,
- std::string* spec);
-
Mode mode;
ProxyPrefs::ConfigState state;

Powered by Google App Engine
This is Rietveld 408576698