| 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..826d0e3bd8d651cd1eb15c8905079b1c0c379df0 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| @@ -183,6 +183,9 @@ class BasicNetworkDelegate : public NetworkDelegate {
|
| const FilePath& path) const OVERRIDE {
|
| return true;
|
| }
|
| + virtual bool OnCanRejectRequest(const URLRequest& request) const OVERRIDE {
|
| + return false;
|
| + }
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BasicNetworkDelegate);
|
| };
|
|
|