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

Unified Diff: chrome/browser/chromeos/net/onc_utils.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
« no previous file with comments | « no previous file | chrome/browser/chromeos/net/onc_utils.cc » ('j') | chromeos/network/onc/onc_utils.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/net/onc_utils.h
diff --git a/chrome/browser/chromeos/net/onc_utils.h b/chrome/browser/chromeos/net/onc_utils.h
index 8c663ff19cbb5d49fdc6ed70c168d3e0933563a1..bbcafb146dcaa40edfa46b946d3c85e08780a7f2 100644
--- a/chrome/browser/chromeos/net/onc_utils.h
+++ b/chrome/browser/chromeos/net/onc_utils.h
@@ -27,15 +27,6 @@ class NetworkState;
namespace onc {
-// Translates |onc_proxy_settings|, which has to be a valid ONC ProxySettings
-// dictionary, to a ProxyConfig dictionary (see
-// components/proxy_config/proxy_config_dictionary.h).
-//
-// This function is used to translate ONC ProxySettings to the "ProxyConfig"
-// field of the Shill configuration.
-scoped_ptr<base::DictionaryValue> ConvertOncProxySettingsToProxyConfig(
- const base::DictionaryValue& onc_proxy_settings);
-
// Replaces string placeholders in |network_configs|, which must be a list of
// ONC NetworkConfigurations. Currently only user name placeholders are
// implemented, which are replaced by attributes of the logged-in user with
« no previous file with comments | « no previous file | chrome/browser/chromeos/net/onc_utils.cc » ('j') | chromeos/network/onc/onc_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698