| 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..8a3673d77606a1e4c568b773db713914d87c4d9e 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 OnCanThrottleRequest(const URLRequest& request) const OVERRIDE {
|
| + return false;
|
| + }
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BasicNetworkDelegate);
|
| };
|
|
|