summaryrefslogtreecommitdiffstats
path: root/chromeos/network/network_change_notifier_chromeos.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/network/network_change_notifier_chromeos.h')
-rw-r--r--chromeos/network/network_change_notifier_chromeos.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromeos/network/network_change_notifier_chromeos.h b/chromeos/network/network_change_notifier_chromeos.h
index d7557e5..d8b7292 100644
--- a/chromeos/network/network_change_notifier_chromeos.h
+++ b/chromeos/network/network_change_notifier_chromeos.h
@@ -37,7 +37,9 @@ class CHROMEOS_EXPORT NetworkChangeNotifierChromeos
// NetworkChangeNotifier overrides.
net::NetworkChangeNotifier::ConnectionType GetCurrentConnectionType()
const override;
- double GetCurrentMaxBandwidth() const override;
+ void GetCurrentMaxBandwidthAndConnectionType(
+ double* max_bandwidth_mbps,
+ ConnectionType* connection_type) const override;
// PowerManagerClient::Observer overrides.
void SuspendDone(const base::TimeDelta& sleep_duration) override;