| 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 a1ddb32e978f22fc29e7c99034263ea41c2fb7e4..d283e87836ae1ef4704c045e8ad83b6c3f5f5ec0 100644
|
| --- a/chrome/browser/chromeos/net/onc_utils.h
|
| +++ b/chrome/browser/chromeos/net/onc_utils.h
|
| @@ -27,15 +27,6 @@ namespace onc {
|
| scoped_ptr<base::DictionaryValue> ConvertOncProxySettingsToProxyConfig(
|
| const base::DictionaryValue& onc_proxy_settings);
|
|
|
| -// Creates a NetworkUIData object from |onc_network|, which has to be a valid
|
| -// ONC NetworkConfiguration dictionary.
|
| -//
|
| -// This function is used to create the "UIData" field of the Shill
|
| -// configuration.
|
| -scoped_ptr<NetworkUIData> CreateUIData(
|
| - ONCSource onc_source,
|
| - const base::DictionaryValue& onc_network);
|
| -
|
| } // namespace onc
|
| } // namespace chromeos
|
|
|
|
|