| Index: chromeos/network/network_util.h
|
| diff --git a/chromeos/network/network_util.h b/chromeos/network/network_util.h
|
| index 307f131adb853067d43b8c93dfcabc8e27a44e66..f07fdaff6d152c33254195128839e49c4ffbcfe6 100644
|
| --- a/chromeos/network/network_util.h
|
| +++ b/chromeos/network/network_util.h
|
| @@ -114,6 +114,9 @@ CHROMEOS_EXPORT scoped_ptr<base::ListValue> TranslateNetworkListToONC(
|
| // there is no match. Only valid for ethernet, wifi, wimax, cellular, and vpn.
|
| CHROMEOS_EXPORT std::string TranslateONCTypeToShill(const std::string& type);
|
|
|
| +// Inverse of TranslateONCTypeToShill.
|
| +CHROMEOS_EXPORT std::string TranslateShillTypeToONC(const std::string& type);
|
| +
|
| } // namespace network_util
|
| } // namespace chromeos
|
|
|
|
|