| 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 9e9187a6719e30300dbb0abbcf6612e4911f7902..3412652b20568a4250251fa0bd53a270471bc39c 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| @@ -184,6 +184,12 @@ class BasicNetworkDelegate : public NetworkDelegate {
|
| return true;
|
| }
|
|
|
| + virtual int OnBeforeSocketStreamConnect(
|
| + SocketStream* stream,
|
| + const CompletionCallback& callback) OVERRIDE {
|
| + return OK;
|
| + }
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(BasicNetworkDelegate);
|
| };
|
|
|
|
|