Chromium Code Reviews| Index: net/android/network_library.h |
| diff --git a/net/android/network_library.h b/net/android/network_library.h |
| index ddfb5e92eeec4d30fbd8c96cb873f5c104cd1333..baaeda65b456eebf8fb79af96f619c98911f16ba 100644 |
| --- a/net/android/network_library.h |
| +++ b/net/android/network_library.h |
| @@ -82,6 +82,9 @@ NET_EXPORT std::string GetTelephonySimOperator(); |
| // true, it suggests that use of data may incur extra costs. |
| NET_EXPORT bool GetIsRoaming(); |
| +// Returns the current SSID if device is connected to Wi-Fi network. |
|
Ryan Hamilton
2016/01/26 20:15:49
nit: "connected to a Wi-Fi network" (add "a")
ripp
2016/01/27 12:09:06
Done.
|
| +NET_EXPORT std::string GetCurrentWifiConnectionSsid(); |
| + |
| // Register JNI methods |
| NET_EXPORT bool RegisterNetworkLibrary(JNIEnv* env); |