summaryrefslogtreecommitdiff
path: root/chromium/net/base/net_info_source_list.h
blob: 38316c64726859f0f329c8d6ee66600a142c77b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef NET_BASE_NET_INFO_SOURCE_LIST_H_
#define NET_BASE_NET_INFO_SOURCE_LIST_H_

// NetInfo Sources written to NetLog JSON files.
const char kNetInfoProxySettings[] = "proxySettings";
const char kNetInfoBadProxies[] = "badProxies";
const char kNetInfoHostResolver[] = "hostResolverInfo";
const char kNetInfoDohProvidersDisabledDueToFeature[] =
    "dohProvidersDisabledDueToFeature";
const char kNetInfoSocketPool[] = "socketPoolInfo";
const char kNetInfoQuic[] = "quicInfo";
const char kNetInfoSpdySessions[] = "spdySessionInfo";
const char kNetInfoSpdyStatus[] = "spdyStatus";
const char kNetInfoAltSvcMappings[] = "altSvcMappings";
const char kNetInfoHTTPCache[] = "httpCacheInfo";
const char kNetInfoReporting[] = "reportingInfo";
const char kNetInfoFieldTrials[] = "activeFieldTrialGroups";

#endif  // NET_BASE_NET_INFO_SOURCE_LIST_H_