Chromium Code Reviews| Index: net/nqe/network_quality_estimator.h |
| diff --git a/net/nqe/network_quality_estimator.h b/net/nqe/network_quality_estimator.h |
| index 46b6a8f5017a82ffc38f73aad70945f38fccf93f..9e01001d8e7b8d4e954a096afe9da222572dc47d 100644 |
| --- a/net/nqe/network_quality_estimator.h |
| +++ b/net/nqe/network_quality_estimator.h |
| @@ -241,6 +241,13 @@ class NET_EXPORT NetworkQualityEstimator |
| nqe::internal::NetworkQualityStore::NetworkQualitiesCacheObserver* |
| observer); |
| + // Notifies |this| when the persistent prefs have been read. |read_prefs| |
|
RyanSturm
2016/10/14 18:36:21
nit: s/Notifies |this| when/Called when
tbansal1
2016/10/14 21:15:10
Done.
|
| + // contains the parsed prefs as a map between NetworkIDs and |
| + // CachedNetworkQualities. |
| + void OnPrefsRead( |
| + const std::map<nqe::internal::NetworkID, |
| + nqe::internal::CachedNetworkQuality> read_prefs); |
| + |
| protected: |
| // NetworkChangeNotifier::ConnectionTypeObserver implementation: |
| void OnConnectionTypeChanged( |