Chromium Code Reviews| Index: net/nqe/network_qualities_prefs_manager.cc |
| diff --git a/net/nqe/network_qualities_prefs_manager.cc b/net/nqe/network_qualities_prefs_manager.cc |
| index e11abd8574cfa60a76d169ca4b919a64c125b750..919cf6cd60c6c1876e7a0fcc044dedee43d8e00d 100644 |
| --- a/net/nqe/network_qualities_prefs_manager.cc |
| +++ b/net/nqe/network_qualities_prefs_manager.cc |
| @@ -19,7 +19,7 @@ namespace net { |
| namespace { |
| // Maximum size of the prefs that hold the qualities of different networks. |
| -static const size_t kMaxCacheSize = 3u; |
| +static const size_t kMaxCacheSize = 10u; |
|
xunjieli
2017/02/16 18:59:57
nit: Can you add a comment here on why big an entr
tbansal1
2017/02/16 21:53:47
Done.
|
| // Parses |value| into a map of NetworkIDs and CachedNetworkQualities, |
| // and returns the map. |