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

Unified Diff: net/android/network_change_notifier_delegate_android.h

Issue 1306653003: Add connection type to NCN::MaxBandwidthChanged (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 5 years, 3 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_delegate_android.h
diff --git a/net/android/network_change_notifier_delegate_android.h b/net/android/network_change_notifier_delegate_android.h
index 93133f3c712762543ff9509670f026a956616a81..625904e6947299e0ac8210632db7d43b5a5cb78f 100644
--- a/net/android/network_change_notifier_delegate_android.h
+++ b/net/android/network_change_notifier_delegate_android.h
@@ -35,7 +35,8 @@ class NET_EXPORT_PRIVATE NetworkChangeNotifierDelegateAndroid {
virtual void OnConnectionTypeChanged() = 0;
// Updates the current max bandwidth.
- virtual void OnMaxBandwidthChanged(double max_bandwidth_mbps) = 0;
+ virtual void OnMaxBandwidthChanged(ConnectionType connection_type,
+ double max_bandwidth_mbps) = 0;
};
NetworkChangeNotifierDelegateAndroid();

Powered by Google App Engine
This is Rietveld 408576698