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

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') | no next file with comments »
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,11 @@
storage_->PurgeMemory();
}
+ // Determines if a request for 'url' can be satisfied while offline.
+ // This method always completes asynchronously.
+ void CanHandleMainResourceOffline(const GURL& url,
+ 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 +108,7 @@
protected:
class AsyncHelper;
+ class CanHandleOfflineHelper;
class DeleteHelper;
class GetInfoHelper;
« no previous file with comments | « no previous file | webkit/appcache/appcache_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698