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

Unified Diff: content/public/browser/appcache_service.h

Issue 1420723009: AppCache: Remove dead code from AppCacheService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « content/browser/appcache/appcache_service_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/appcache_service.h
diff --git a/content/public/browser/appcache_service.h b/content/public/browser/appcache_service.h
index 67d1ca6702ec35b69d6ba54fcb5e840f1d9eee7d..7d4da8e303230c1476dfa3b25f11bd9536d851db 100644
--- a/content/public/browser/appcache_service.h
+++ b/content/public/browser/appcache_service.h
@@ -34,13 +34,6 @@ struct CONTENT_EXPORT AppCacheInfoCollection
// Call these methods only on the IO thread.
class CONTENT_EXPORT AppCacheService {
public:
- // Determines if a request for 'url' can be satisfied while offline.
- // This method always completes asynchronously.
- virtual void CanHandleMainResourceOffline(const GURL& url,
- const GURL& first_party,
- const net::CompletionCallback&
- callback) = 0;
-
// 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 completion.
« no previous file with comments | « content/browser/appcache/appcache_service_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698