Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: net/android/network_library.h

Issue 1633733005: Native SSID extraction moved to platform code on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring of GetWifiSSID/GetCurrentWifiConnectionSsid Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java ('k') | net/android/network_library.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java ('k') | net/android/network_library.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698