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

Unified Diff: net/android/network_change_notifier_android.h

Issue 899573002: Add WiFi SSID getter to NetworkChangeNotifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 5 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
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 0d90a5648da01399ccebe2ffb409e3b4fb01fc02..841018c7bda38e6c02ffc03ba404269afce2050d 100644
--- a/net/android/network_change_notifier_android.h
+++ b/net/android/network_change_notifier_android.h
@@ -46,6 +46,7 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierAndroid
// NetworkChangeNotifier:
virtual ConnectionType GetCurrentConnectionType() const override;
+ virtual std::string GetCurrentWiFiSSID() const override;
// Requires ACCESS_WIFI_STATE permission in order to provide precise WiFi link
// speed.
virtual double GetCurrentMaxBandwidth() const override;
« no previous file with comments | « components/web_resource/resource_request_allowed_notifier_unittest.cc ('k') | net/android/network_change_notifier_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698