| Index: chrome/browser/chromeos/cros/network_library.h
|
| diff --git a/chrome/browser/chromeos/cros/network_library.h b/chrome/browser/chromeos/cros/network_library.h
|
| index 7ce5efa9c3b02d56020b8c4aa766587b0d3b4510..5f7d2089b845e30fa374ee71428795cb2f80a2f0 100644
|
| --- a/chrome/browser/chromeos/cros/network_library.h
|
| +++ b/chrome/browser/chromeos/cros/network_library.h
|
| @@ -1548,14 +1548,6 @@ class NetworkLibrary {
|
| // Request a scan for new wifi networks.
|
| virtual void RequestNetworkScan() = 0;
|
|
|
| - // 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.
|
| - virtual bool GetWifiAccessPoints(WifiAccessPointVector* result) = 0;
|
| -
|
| // TODO(joth): Add GetCellTowers to retrieve a CellTowerVector.
|
|
|
| // Return true if a profile matching |type| is loaded.
|
|
|