| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index bde96d1fceea656091082eb613fb6bc93d7758ef..a98514ab90ba19dd3751d53082b6d5160b04a3a1 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -429,6 +429,9 @@ const char kDnsPrefetchingHostReferralList[] =
|
| // Prefs for persisting HttpServerProperties.
|
| const char kHttpServerProperties[] = "net.http_server_properties";
|
|
|
| +// Prefs for persisting network qualities.
|
| +const char kNetworkQualities[] = "net.network_qualities";
|
| +
|
| #if defined(OS_ANDROID)
|
| // Last time that a check for cloud policy management was done. This time is
|
| // recorded on Android so that retries aren't attempted on every startup.
|
|
|