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

Unified Diff: shell/url_response_disk_cache_loader.h

Issue 1364243002: Bundle core applicatons in the shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 3 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 | « shell/context.cc ('k') | shell/url_response_disk_cache_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/url_response_disk_cache_loader.h
diff --git a/shell/url_response_disk_cache_loader.h b/shell/url_response_disk_cache_loader.h
index 8f52610e0a5e6dece9bd608dff6b2acef56189c8..a47e2734dc74cfc217d97b098056fed5880decac 100644
--- a/shell/url_response_disk_cache_loader.h
+++ b/shell/url_response_disk_cache_loader.h
@@ -16,7 +16,8 @@ namespace shell {
class URLResponseDiskCacheLoader : public ApplicationLoader {
public:
- URLResponseDiskCacheLoader(scoped_refptr<base::TaskRunner> task_runner);
+ URLResponseDiskCacheLoader(scoped_refptr<base::TaskRunner> task_runner,
+ mojo::URLResponseDiskCacheDelegate* delegate);
~URLResponseDiskCacheLoader() override;
private:
« no previous file with comments | « shell/context.cc ('k') | shell/url_response_disk_cache_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698