| Index: webkit/appcache/appcache_service.h
|
| diff --git a/webkit/appcache/appcache_service.h b/webkit/appcache/appcache_service.h
|
| index 27b507b3dc00297e40587338135b10a53b69c58f..38582950ee4c50478fef3995ae4c3a1b00c45f34 100644
|
| --- a/webkit/appcache/appcache_service.h
|
| +++ b/webkit/appcache/appcache_service.h
|
| @@ -68,6 +68,7 @@ class AppCacheService {
|
| // Determines if a request for 'url' can be satisfied while offline.
|
| // This method always completes asynchronously.
|
| void CanHandleMainResourceOffline(const GURL& url,
|
| + const GURL& first_party,
|
| net::CompletionCallback* callback);
|
|
|
| // Populates 'collection' with info about all of the appcaches stored
|
|
|