| Index: content/browser/appcache/appcache_subresource_url_factory.h
|
| diff --git a/content/browser/appcache/appcache_subresource_url_factory.h b/content/browser/appcache/appcache_subresource_url_factory.h
|
| index f55afc472f0c375a4f2e6edb4e4c03d63b98ea09..9d61dc762175b3bfbadbe3078ce2ef0be293fabb 100644
|
| --- a/content/browser/appcache/appcache_subresource_url_factory.h
|
| +++ b/content/browser/appcache/appcache_subresource_url_factory.h
|
| @@ -31,15 +31,14 @@ class AppCacheSubresourceURLFactory : public mojom::URLLoaderFactory {
|
| URLLoaderFactoryGetter* factory_getter);
|
|
|
| // mojom::URLLoaderFactory implementation.
|
| - void CreateLoaderAndStart(
|
| - mojom::URLLoaderAssociatedRequest url_loader_request,
|
| - int32_t routing_id,
|
| - int32_t request_id,
|
| - uint32_t options,
|
| - const ResourceRequest& request,
|
| - mojom::URLLoaderClientPtr client,
|
| - const net::MutableNetworkTrafficAnnotationTag& traffic_annotation)
|
| - override;
|
| + void CreateLoaderAndStart(mojom::URLLoaderRequest url_loader_request,
|
| + int32_t routing_id,
|
| + int32_t request_id,
|
| + uint32_t options,
|
| + const ResourceRequest& request,
|
| + mojom::URLLoaderClientPtr client,
|
| + const net::MutableNetworkTrafficAnnotationTag&
|
| + traffic_annotation) override;
|
| void SyncLoad(int32_t routing_id,
|
| int32_t request_id,
|
| const ResourceRequest& request,
|
|
|