| Index: chrome/browser/extensions/autoupdate_interceptor.h
|
| diff --git a/chrome/browser/extensions/autoupdate_interceptor.h b/chrome/browser/extensions/autoupdate_interceptor.h
|
| index 36dd7c94d73176177fc8f3d793130802914eb508..cfc0659087bcb475bcda427fea6c220ae487061e 100644
|
| --- a/chrome/browser/extensions/autoupdate_interceptor.h
|
| +++ b/chrome/browser/extensions/autoupdate_interceptor.h
|
| @@ -23,7 +23,9 @@ class AutoUpdateInterceptor
|
|
|
| // When computing matches, this ignores query parameters (since the autoupdate
|
| // fetch code appends a bunch of them to manifest fetches).
|
| - virtual net::URLRequestJob* MaybeIntercept(net::URLRequest* request) OVERRIDE;
|
| + virtual net::URLRequestJob* MaybeIntercept(
|
| + net::URLRequest* request,
|
| + net::NetworkDelegate* network_delegate) OVERRIDE;
|
|
|
| // When requests for |url| arrive, respond with the contents of |path|. The
|
| // hostname of |url| must be "localhost" to avoid DNS lookups, and the scheme
|
|
|