| Index: components/wifi/wifi_service.h
|
| diff --git a/components/wifi/wifi_service.h b/components/wifi/wifi_service.h
|
| index ce685f0b606e08128e2e275f075d80ffe34cd521..f57e0d1e3d6b7a24047113354e5d44617432cea5 100644
|
| --- a/components/wifi/wifi_service.h
|
| +++ b/components/wifi/wifi_service.h
|
| @@ -41,8 +41,6 @@ class WIFI_EXPORT WiFiService {
|
|
|
| // Create instance of |WiFiService| for normal use.
|
| static WiFiService* Create();
|
| - // Create instance of |WiFiService| for unit test use.
|
| - static WiFiService* CreateForTest();
|
|
|
| // Get Properties of network identified by |network_guid|. Populates
|
| // |properties| on success, |error| on failure.
|
|
|