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

Unified Diff: chrome/browser/chromeos/cros/network_library_impl_stub.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_impl_stub.h
diff --git a/chrome/browser/chromeos/cros/network_library_impl_stub.h b/chrome/browser/chromeos/cros/network_library_impl_stub.h
index 5bb10e93450f83935e568bba787ec824cde504f4..379db342cc9317a498ecf5c70cd121d567ca3eee 100644
--- a/chrome/browser/chromeos/cros/network_library_impl_stub.h
+++ b/chrome/browser/chromeos/cros/network_library_impl_stub.h
@@ -67,8 +67,6 @@ class NetworkLibraryImplStub : public NetworkLibraryImplBase {
virtual bool IsCellularAlwaysInRoaming() OVERRIDE;
virtual void RequestNetworkScan() OVERRIDE;
- virtual bool GetWifiAccessPoints(WifiAccessPointVector* result) OVERRIDE;
-
virtual void RefreshIPConfig(Network* network) OVERRIDE;
virtual void DisconnectFromNetwork(const Network* network) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698