#include "net/proxy_resolution/proxy_info.h"
#include "net/base/net_errors.h"
#include "net/base/proxy_chain.h"
#include "net/base/proxy_server.h"
#include "net/log/net_log_with_source.h"
#include "net/proxy_resolution/proxy_config.h"
#include "net/proxy_resolution/proxy_list.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace net {
namespace {
TEST(ProxyInfoTest, ProxyInfoIsDirectOnly) { … }
}
TEST(ProxyInfoTest, UseVsOverrideProxyList) { … }
TEST(ProxyInfoTest, IsForIpProtection) { … }
TEST(ProxyInfoTest, UseProxyChain) { … }
}