diff options
author | michaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 22:34:24 +0000 |
---|---|---|
committer | michaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 22:34:24 +0000 |
commit | d2896ea20748e43560e4b38a3fcb33154a5da23b (patch) | |
tree | b712b98bcb80dda24aaf758c08a9ed8413d1d8a0 /webkit/appcache/appcache_thread.cc | |
parent | 30bf9fd6ad27d43208f8b48a927fa713ac6bd285 (diff) | |
download | chromium_src-d2896ea20748e43560e4b38a3fcb33154a5da23b.zip chromium_src-d2896ea20748e43560e4b38a3fcb33154a5da23b.tar.gz chromium_src-d2896ea20748e43560e4b38a3fcb33154a5da23b.tar.bz2 |
Plumbing for providing a cache thread MessageLoop to the DiskCache backend.
BUG=26730
TEST=none
Review URL: http://codereview.chromium.org/1115002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42014 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/appcache/appcache_thread.cc')
-rw-r--r-- | webkit/appcache/appcache_thread.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/appcache/appcache_thread.cc b/webkit/appcache/appcache_thread.cc index 579cb53..56a34e6 100644 --- a/webkit/appcache/appcache_thread.cc +++ b/webkit/appcache/appcache_thread.cc @@ -9,5 +9,6 @@ namespace appcache { // static int AppCacheThread::db_; int AppCacheThread::io_; +MessageLoop* AppCacheThread::disk_cache_thread_; } // namespace appcache |