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

Unified Diff: net/android/network_change_notifier_android.h

Issue 2776523003: Expose connection subtype from NetworkChangeNotifier (Closed)
Patch Set: Add test Created 3 years, 9 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 41366b96dc8931d78fce3d003088d1fcdc527a75..80f978c3a1fec6b7ce5d3ef22a39914dcf31b28a 100644
--- a/net/android/network_change_notifier_android.h
+++ b/net/android/network_change_notifier_android.h
@@ -59,6 +59,8 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierAndroid
void GetCurrentConnectedNetworks(NetworkList* network_list) const override;
ConnectionType GetCurrentNetworkConnectionType(
NetworkHandle network) const override;
+ NetworkChangeNotifier::ConnectionSubtype GetCurrentConnectionSubtype()
+ const override;
NetworkHandle GetCurrentDefaultNetwork() const override;
// NetworkChangeNotifierDelegateAndroid::Observer:
« no previous file with comments | « no previous file | net/android/network_change_notifier_android.cc » ('j') | net/android/network_change_notifier_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698