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

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

Issue 2865613002: Add an abstraction for a job in the AppCacheRequestHandler class. (Closed)
Patch Set: Fix compile failures 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
« no previous file with comments | « content/browser/appcache/appcache_job.cc ('k') | content/browser/appcache/appcache_request_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/appcache/appcache_request.h
diff --git a/content/browser/appcache/appcache_request.h b/content/browser/appcache/appcache_request.h
index 089223da9d333f909ca2f4d17ad6ed8081b99080..ce727c5579afbceb5256a5fb2994fe0159854ab5 100644
--- a/content/browser/appcache/appcache_request.h
+++ b/content/browser/appcache/appcache_request.h
@@ -61,6 +61,8 @@ class CONTENT_EXPORT AppCacheRequest
protected:
friend class AppCacheRequestHandler;
+ // Enables the AppCacheJob to call GetURLRequest() and GetResourceRequest().
+ friend class AppCacheJob;
AppCacheRequest() {}
« no previous file with comments | « content/browser/appcache/appcache_job.cc ('k') | content/browser/appcache/appcache_request_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698