Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Unified Diff: chrome/browser/chromeos/cros/network_library.h

Issue 11887008: Deprecate ShillNetworkClient and add GeolocationHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unittest Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698