Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(817)

Unified Diff: webkit/appcache/appcache_service.h

Issue 6269016: Helper (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/appcache/appcache_service.cc » ('j') | webkit/appcache/appcache_service.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | webkit/appcache/appcache_service.cc » ('j') | webkit/appcache/appcache_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698