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

Unified Diff: content/browser/appcache/appcache_request_handler.h

Issue 2974733002: Add support for subresource request fallback in AppCache for the network service.. (Closed)
Patch Set: Format changes Created 3 years, 5 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_request.cc ('k') | content/browser/appcache/appcache_request_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/appcache/appcache_request_handler.h
diff --git a/content/browser/appcache/appcache_request_handler.h b/content/browser/appcache/appcache_request_handler.h
index da797b9219f542aed3d4bf75ec438b06f6bd3638..24ee0fcc7456cbd50af6d75a4c43e522325a6630 100644
--- a/content/browser/appcache/appcache_request_handler.h
+++ b/content/browser/appcache/appcache_request_handler.h
@@ -124,6 +124,10 @@ class CONTENT_EXPORT AppCacheRequestHandler
std::unique_ptr<AppCacheJob> CreateJob(
net::NetworkDelegate* network_delegate);
+ // Helper method to create an AppCacheJob for fallback responses.
+ std::unique_ptr<AppCacheJob> MaybeCreateJobForFallback(
+ net::NetworkDelegate* network_delegate);
+
// Helper to retrieve a pointer to the storage object.
AppCacheStorage* storage() const;
« no previous file with comments | « content/browser/appcache/appcache_request.cc ('k') | content/browser/appcache/appcache_request_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698