| Index: chromeos/network/cros_network_functions.h
|
| diff --git a/chromeos/network/cros_network_functions.h b/chromeos/network/cros_network_functions.h
|
| index b96485705f526c86339abf08f920a1a0223ece61..5ff93be77bb674d2463bb990618c3816aa119047 100644
|
| --- a/chromeos/network/cros_network_functions.h
|
| +++ b/chromeos/network/cros_network_functions.h
|
| @@ -253,14 +253,6 @@ CHROMEOS_EXPORT bool CrosListIPConfigsAndBlock(
|
| CHROMEOS_EXPORT void CrosRequestIPConfigRefresh(
|
| const std::string& ipconfig_path);
|
|
|
| -// Reads out the results of the last wifi scan. These results are not
|
| -// pre-cached in the library, so the call may block whilst the results are
|
| -// read over IPC.
|
| -// Returns false if an error occurred in reading the results. Note that
|
| -// a true return code only indicates the result set was successfully read,
|
| -// it does not imply a scan has successfully completed yet.
|
| -CHROMEOS_EXPORT bool CrosGetWifiAccessPoints(WifiAccessPointVector* result);
|
| -
|
| // Configures the network service specified by |properties|.
|
| CHROMEOS_EXPORT void CrosConfigureService(
|
| const base::DictionaryValue& properties);
|
|
|