diff options
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 8c8dc76..b10f4f0 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -188,6 +188,12 @@ const wchar_t kDnsPrefetchingEnabled[] = L"dns_prefetching.enabled"; // next startup, based on what was actually needed during this startup. const wchar_t kDnsStartupPrefetchList[] = L"StartupDNSPrefetchList"; +// A list of host names used to fetch web pages, and their commonly used +// sub-resource hostnames (and expected latency benefits from pre-resolving such +// sub-resource hostnames). +// This list is adaptively grown and pruned. +extern const wchar_t kDnsHostReferralList[] = L"HostReferralList"; + // The disabled messages in IPC logging. const wchar_t kIpcDisabledMessages[] = L"ipc_log_disabled_messages"; |