Home | History | Annotate | Download | only in service_worker

Lines Matching defs:interceptor

189 // to do that. This interceptor injects headers that give the import
219 scoped_ptr<net::URLRequestInterceptor> interceptor;
221 interceptor.reset(new LongLivedResourceInterceptor(
224 worker_url, interceptor.Pass());
226 interceptor.reset(new LongLivedResourceInterceptor(
229 import_url, interceptor.Pass());