chromium/net/base/net_info_source_list.h

// 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[] =;
const char kNetInfoBadProxies[] =;
const char kNetInfoHostResolver[] =;
const char kNetInfoDohProvidersDisabledDueToFeature[] =;
const char kNetInfoSocketPool[] =;
const char kNetInfoQuic[] =;
const char kNetInfoSpdySessions[] =;
const char kNetInfoSpdyStatus[] =;
const char kNetInfoAltSvcMappings[] =;
const char kNetInfoHTTPCache[] =;
const char kNetInfoReporting[] =;
const char kNetInfoFieldTrials[] =;

#endif  // NET_BASE_NET_INFO_SOURCE_LIST_H_