| Index: chrome/browser/extensions/api/dns/dns_api.h
|
| diff --git a/chrome/browser/extensions/api/dns/dns_api.h b/chrome/browser/extensions/api/dns/dns_api.h
|
| index f47c80195b22ecc9a628d7ed54be3370e4591270..507734d8ea791d31537c854e2bc7d2c434c12040 100644
|
| --- a/chrome/browser/extensions/api/dns/dns_api.h
|
| +++ b/chrome/browser/extensions/api/dns/dns_api.h
|
| @@ -24,10 +24,6 @@ class DnsResolveFunction : public AsyncExtensionFunction {
|
|
|
| DnsResolveFunction();
|
|
|
| - // See below. Caller retains ownership.
|
| - static void set_host_resolver_for_testing(
|
| - net::HostResolver* host_resolver_for_testing);
|
| -
|
| protected:
|
| virtual ~DnsResolveFunction();
|
|
|
|
|