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

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

Issue 2874663004: Provide skeleton functionality for AppCache handling in the network service. (Closed)
Patch Set: Disable posting to the IO thread if appcache is enabled in the n/w service code Created 3 years, 7 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
Index: content/browser/appcache/appcache_job.cc
diff --git a/content/browser/appcache/appcache_job.cc b/content/browser/appcache/appcache_job.cc
index 0666c926811dbdb7047fb8e0fbef6f4d09854e37..27a5897298f9aef2f51c2c5714d95333554a012a 100644
--- a/content/browser/appcache/appcache_job.cc
+++ b/content/browser/appcache/appcache_job.cc
@@ -42,6 +42,10 @@ net::URLRequestJob* AppCacheJob::AsURLRequestJob() {
return nullptr;
}
+AppCacheURLLoaderJob* AppCacheJob::AsURLLoaderJob() {
+ return nullptr;
+}
+
AppCacheJob::AppCacheJob() : weak_factory_(this) {}
} // namespace content
« no previous file with comments | « content/browser/appcache/appcache_job.h ('k') | content/browser/appcache/appcache_network_service_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698