| Index: net/android/network_change_notifier_android.cc
|
| diff --git a/net/android/network_change_notifier_android.cc b/net/android/network_change_notifier_android.cc
|
| index e093a4f5cbe3fcda006aef3d2f652a20a9c01679..cc98d5a339e132b4cb352b255f33bc35995fe2c3 100644
|
| --- a/net/android/network_change_notifier_android.cc
|
| +++ b/net/android/network_change_notifier_android.cc
|
| @@ -160,6 +160,11 @@ NetworkChangeNotifierAndroid::GetCurrentConnectionType() const {
|
| return delegate_->GetCurrentConnectionType();
|
| }
|
|
|
| +NetworkChangeNotifier::ConnectionSubtype
|
| +NetworkChangeNotifierAndroid::GetCurrentConnectionSubtype() const {
|
| + return delegate_->GetCurrentConnectionSubtype();
|
| +}
|
| +
|
| void NetworkChangeNotifierAndroid::GetCurrentMaxBandwidthAndConnectionType(
|
| double* max_bandwidth_mbps,
|
| ConnectionType* connection_type) const {
|
|
|