| 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 a13c1c4c34b1008ce2c64792ed31d1c5a4be7f88..9ce70b8f0783376191f447eace468c1f7e97ac52 100644
|
| --- a/net/proxy/dhcp_proxy_script_fetcher.cc
|
| +++ b/net/proxy/dhcp_proxy_script_fetcher.cc
|
| @@ -8,29 +8,24 @@
|
|
|
| namespace net {
|
|
|
| -DhcpProxyScriptFetcher::DhcpProxyScriptFetcher() {
|
| -}
|
| -
|
| -DhcpProxyScriptFetcher::~DhcpProxyScriptFetcher() {
|
| -}
|
| -
|
| std::string DhcpProxyScriptFetcher::GetFetcherName() const {
|
| return "";
|
| }
|
|
|
| -DoNothingDhcpProxyScriptFetcher::DoNothingDhcpProxyScriptFetcher() {
|
| -}
|
| +DhcpProxyScriptFetcher::DhcpProxyScriptFetcher() {}
|
|
|
| -DoNothingDhcpProxyScriptFetcher::~DoNothingDhcpProxyScriptFetcher() {
|
| -}
|
| +DhcpProxyScriptFetcher::~DhcpProxyScriptFetcher() {}
|
| +
|
| +DoNothingDhcpProxyScriptFetcher::DoNothingDhcpProxyScriptFetcher() {}
|
| +
|
| +DoNothingDhcpProxyScriptFetcher::~DoNothingDhcpProxyScriptFetcher() {}
|
|
|
| int DoNothingDhcpProxyScriptFetcher::Fetch(
|
| string16* utf16_text, const CompletionCallback& callback) {
|
| return ERR_NOT_IMPLEMENTED;
|
| }
|
|
|
| -void DoNothingDhcpProxyScriptFetcher::Cancel() {
|
| -}
|
| +void DoNothingDhcpProxyScriptFetcher::Cancel() {}
|
|
|
| const GURL& DoNothingDhcpProxyScriptFetcher::GetPacURL() const {
|
| return gurl_;
|
|
|