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

Unified Diff: content/browser/appcache/appcache_url_request.cc

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_url_request.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/appcache/appcache_url_request.cc
diff --git a/content/browser/appcache/appcache_url_request.cc b/content/browser/appcache/appcache_url_request.cc
index 56d36ce0119e208952b5412046e25219c0593721..da320b4b21fe69c9fd1123d285da8a81baa13aa6 100644
--- a/content/browser/appcache/appcache_url_request.cc
+++ b/content/browser/appcache/appcache_url_request.cc
@@ -58,6 +58,10 @@ net::URLRequest* AppCacheURLRequest::GetURLRequest() {
return url_request_;
}
+AppCacheURLRequest* AppCacheURLRequest::AsURLRequest() {
+ return this;
+}
+
AppCacheURLRequest::AppCacheURLRequest(net::URLRequest* url_request)
: url_request_(url_request) {}
« no previous file with comments | « content/browser/appcache/appcache_url_request.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698