Chromium Code Reviews| Index: webkit/appcache/appcache_service.h |
| =================================================================== |
| --- webkit/appcache/appcache_service.h (revision 71705) |
| +++ webkit/appcache/appcache_service.h (working copy) |
| @@ -58,6 +58,9 @@ |
| storage_->PurgeMemory(); |
| } |
| + void CanHandleMainResourceOffline(const GURL& url, |
|
oshima
2011/01/23 15:24:18
Comment?
michaeln
2011/01/24 20:38:34
Done.
|
| + net::CompletionCallback* callback); |
| + |
| // Populates 'collection' with info about all of the appcaches stored |
| // within the service, 'callback' is invoked upon completion. The service |
| // acquires a reference to the 'collection' until until completion. |
| @@ -103,6 +106,7 @@ |
| protected: |
| class AsyncHelper; |
| + class CanHandleOfflineHelper; |
| class DeleteHelper; |
| class GetInfoHelper; |