| 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
|
|
|