// Copyright 2011 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_RESOLVER_ERROR_OBSERVER_H_ #define NET_PROXY_RESOLUTION_PROXY_RESOLVER_ERROR_OBSERVER_H_ #include <string> #include "net/base/net_export.h" namespace net { // Interface for observing JavaScript error messages from PAC scripts. class NET_EXPORT_PRIVATE ProxyResolverErrorObserver { … }; } // namespace net #endif // NET_PROXY_RESOLUTION_PROXY_RESOLVER_ERROR_OBSERVER_H_