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

Unified Diff: chromeos/network/cros_network_functions.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: 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);

Powered by Google App Engine
This is Rietveld 408576698