| Index: net/base/host_resolver.h
|
| diff --git a/net/base/host_resolver.h b/net/base/host_resolver.h
|
| index 6e61eb5fe38bfcd8d2090b93d524bfe53936397d..c730f767b16700d10d83cec71986988482c26482 100644
|
| --- a/net/base/host_resolver.h
|
| +++ b/net/base/host_resolver.h
|
| @@ -59,6 +59,9 @@ class HostResolver {
|
| class HostMapper : public base::RefCountedThreadSafe<HostMapper> {
|
| public:
|
| virtual ~HostMapper() {}
|
| +
|
| + // Returns possibly altered hostname, or empty string to simulate
|
| + // a failed lookup.
|
| virtual std::string Map(const std::string& host) = 0;
|
|
|
| protected:
|
|
|