| Index: content/public/browser/resource_dispatcher_host_delegate.h
|
| ===================================================================
|
| --- content/public/browser/resource_dispatcher_host_delegate.h (revision 156155)
|
| +++ content/public/browser/resource_dispatcher_host_delegate.h (working copy)
|
| @@ -15,6 +15,10 @@
|
| class GURL;
|
| template <class T> class ScopedVector;
|
|
|
| +namespace appcache {
|
| +class AppCacheService;
|
| +}
|
| +
|
| namespace content {
|
| class ResourceContext;
|
| class ResourceThrottle;
|
| @@ -51,6 +55,7 @@
|
| virtual void RequestBeginning(
|
| net::URLRequest* request,
|
| ResourceContext* resource_context,
|
| + appcache::AppCacheService* appcache_service,
|
| ResourceType::Type resource_type,
|
| int child_id,
|
| int route_id,
|
|
|