chromium/net/proxy_resolution/proxy_info_unittest.cc

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace

TEST(ProxyInfoTest, UseVsOverrideProxyList) {}

TEST(ProxyInfoTest, IsForIpProtection) {}

TEST(ProxyInfoTest, UseProxyChain) {}

}  // namespace net