Index: net/proxy/dhcp_proxy_script_fetcher.cc |
diff --git a/net/proxy/dhcp_proxy_script_fetcher.cc b/net/proxy/dhcp_proxy_script_fetcher.cc |
index 1771be05d643ce8ec86704cfbe84c9b410f7ab9c..7c381cac1c2ed4fb1fec19e985394c178a7d684f 100644 |
--- a/net/proxy/dhcp_proxy_script_fetcher.cc |
+++ b/net/proxy/dhcp_proxy_script_fetcher.cc |
@@ -27,6 +27,8 @@ int DoNothingDhcpProxyScriptFetcher::Fetch( |
void DoNothingDhcpProxyScriptFetcher::Cancel() {} |
+void DoNothingDhcpProxyScriptFetcher::OnShutdown() {} |
+ |
const GURL& DoNothingDhcpProxyScriptFetcher::GetPacURL() const { |
return gurl_; |
} |