Index: net/android/network_library.h |
diff --git a/net/android/network_library.h b/net/android/network_library.h |
index ddfb5e92eeec4d30fbd8c96cb873f5c104cd1333..50ae6d13d421ec7f35f563c0e44637fa509f44b7 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 a Wi-Fi network. |
+NET_EXPORT std::string GetCurrentWifiConnectionSsid(); |
Ryan Sleevi
2016/01/27 18:12:45
Please see the previous remarks about matching sty
ripp
2016/01/28 09:12:59
There was no particular reason. My mistake.
change
|
+ |
// Register JNI methods |
NET_EXPORT bool RegisterNetworkLibrary(JNIEnv* env); |