| Index: chromeos/network/network_util.h
|
| diff --git a/chromeos/network/network_util.h b/chromeos/network/network_util.h
|
| index 307f131adb853067d43b8c93dfcabc8e27a44e66..3dba418715349fd6c12858a38932aafdfc2e6010 100644
|
| --- a/chromeos/network/network_util.h
|
| +++ b/chromeos/network/network_util.h
|
| @@ -97,6 +97,11 @@ CHROMEOS_EXPORT bool ParseCellularScanResults(
|
| CHROMEOS_EXPORT scoped_ptr<base::DictionaryValue> TranslateNetworkStateToONC(
|
| const NetworkState* network);
|
|
|
| +// Similar to TranslateNetworkStateToONC but just gets the properties required
|
| +// for configuration (i.e. no connection state properties).
|
| +scoped_ptr<base::DictionaryValue> TranslateNetworkConfigurationStateToONC(
|
| + const NetworkState* network);
|
| +
|
| // Retrieves the list of network services by passing |pattern|,
|
| // |configured_only|, and |visible_only| to NetworkStateHandler::
|
| // GetNetworkListByType(). Translates the result into a list of ONC
|
|
|