| Index: net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| diff --git a/net/proxy/proxy_script_fetcher_impl_unittest.cc b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| index 2073d00cace99f01830b3615931e45421b7647c4..4c5bd4c816839cfd6c4fa1b79b28a8cb0a168c2b 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| @@ -179,11 +179,6 @@ class BasicNetworkDelegate : public NetworkDelegate {
|
| return false;
|
| }
|
|
|
| - int OnBeforeSocketStreamConnect(SocketStream* stream,
|
| - const CompletionCallback& callback) override {
|
| - return OK;
|
| - }
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(BasicNetworkDelegate);
|
| };
|
|
|
|
|