chromium/net/proxy_resolution/proxy_retry_info.h

// Copyright 2006-2008 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_PROXY_RESOLUTION_PROXY_RETRY_INFO_H_
#define NET_PROXY_RESOLUTION_PROXY_RETRY_INFO_H_

#include <map>

#include "base/time/time.h"
#include "net/base/proxy_chain.h"

namespace net {

// Contains the information about when to retry a particular proxy chain.
struct ProxyRetryInfo {};

// Map of previously failed ProxyChains to the associated RetryInfo structures.
ProxyRetryInfoMap;

}  // namespace net

#endif  // NET_PROXY_RESOLUTION_PROXY_RETRY_INFO_H_