summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_resolver_js_bindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/proxy_resolver_js_bindings.h')
-rw-r--r--net/proxy/proxy_resolver_js_bindings.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/proxy/proxy_resolver_js_bindings.h b/net/proxy/proxy_resolver_js_bindings.h
index ae13584..cbfdb75 100644
--- a/net/proxy/proxy_resolver_js_bindings.h
+++ b/net/proxy/proxy_resolver_js_bindings.h
@@ -4,13 +4,12 @@
#ifndef NET_PROXY_PROXY_RESOLVER_JS_BINDINGS_H_
#define NET_PROXY_PROXY_RESOLVER_JS_BINDINGS_H_
+#pragma once
#include <string>
#include "base/string16.h"
-class MessageLoop;
-
namespace net {
class HostResolver;
@@ -35,7 +34,8 @@ class ProxyResolverJSBindings {
// |*ip_address_list| with the result.
//
// This is a Microsoft extension to PAC for IPv6, see:
- // http://blogs.msdn.com/wndp/articles/IPV6_PAC_Extensions_v0_9.aspx
+ // http://blogs.msdn.com/b/wndp/archive/2006/07/13/ipv6-pac-extensions-v0-9.aspx
+
virtual bool MyIpAddressEx(std::string* ip_address_list) = 0;
// Handler for "dnsResolve(host)". Returns true on success and fills
@@ -47,7 +47,7 @@ class ProxyResolverJSBindings {
// |*ip_address_list| with the result.
//
// This is a Microsoft extension to PAC for IPv6, see:
- // http://blogs.msdn.com/wndp/articles/IPV6_PAC_Extensions_v0_9.aspx
+ // http://blogs.msdn.com/b/wndp/archive/2006/07/13/ipv6-pac-extensions-v0-9.aspx
virtual bool DnsResolveEx(const std::string& host,
std::string* ip_address_list) = 0;