| Index: net/android/network_library.h
|
| diff --git a/net/android/network_library.h b/net/android/network_library.h
|
| index 827548ac5905d29528b4eab23efde789cddf2566..136e2cd699551c2b886b822946045ac371f6fe36 100644
|
| --- a/net/android/network_library.h
|
| +++ b/net/android/network_library.h
|
| @@ -77,6 +77,10 @@ NET_EXPORT std::string GetTelephonySimOperator();
|
| // true, it suggests that use of data may incur extra costs.
|
| NET_EXPORT bool GetIsRoaming();
|
|
|
| +// Gets the SSID of the currently associated WiFi access point if there is one.
|
| +// Otherwise, returns empty string.
|
| +NET_EXPORT_PRIVATE std::string GetWifiSSID();
|
| +
|
| // Register JNI methods
|
| NET_EXPORT bool RegisterNetworkLibrary(JNIEnv* env);
|
|
|
|
|