| 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 62b5fbc86e1935e2ee12f5ea39a74780ca374b50..3ab4d5ec449cbbe1c3ed40936a88106504b2aa5c 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| @@ -49,7 +49,8 @@ struct FetchResult {
|
| class CheckNoRevocationFlagSetInterceptor :
|
| public URLRequestJobFactory::Interceptor {
|
| public:
|
| - virtual URLRequestJob* MaybeIntercept(URLRequest* request) const OVERRIDE {
|
| + virtual URLRequestJob* MaybeIntercept(
|
| + URLRequest* request, NetworkDelegate* network_delegate) const OVERRIDE {
|
| EXPECT_TRUE(request->load_flags() & LOAD_DISABLE_CERT_REVOCATION_CHECKING);
|
| return NULL;
|
| }
|
|
|