| Index: net/android/network_change_notifier_android.h
|
| diff --git a/net/android/network_change_notifier_android.h b/net/android/network_change_notifier_android.h
|
| index a931f74343cb5507af9c18ea3651f03496535a4d..7e9c631eb3ac99b96c6f3092f170b20d45d60bf6 100644
|
| --- a/net/android/network_change_notifier_android.h
|
| +++ b/net/android/network_change_notifier_android.h
|
| @@ -6,6 +6,7 @@
|
| #define NET_ANDROID_NETWORK_CHANGE_NOTIFIER_ANDROID_H_
|
|
|
| #include <memory>
|
| +#include <string>
|
|
|
| #include "base/android/jni_android.h"
|
| #include "base/compiler_specific.h"
|
| @@ -54,6 +55,7 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierAndroid
|
| void GetCurrentMaxBandwidthAndConnectionType(
|
| double* max_bandwidth_mbps,
|
| ConnectionType* connection_type) const override;
|
| + std::string GetCurrentWiFiSSID() const override;
|
| bool AreNetworkHandlesCurrentlySupported() const override;
|
| void GetCurrentConnectedNetworks(NetworkList* network_list) const override;
|
| ConnectionType GetCurrentNetworkConnectionType(
|
|
|