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

Unified Diff: webkit/tools/test_shell/simple_appcache_system.cc

Issue 1115002: Plumbing for providing a cache thread MessageLoop to the DiskCache backend.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 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
« webkit/appcache/appcache_thread.h ('K') | « webkit/appcache/appcache_thread.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/simple_appcache_system.cc
===================================================================
--- webkit/tools/test_shell/simple_appcache_system.cc (revision 41894)
+++ webkit/tools/test_shell/simple_appcache_system.cc (working copy)
@@ -303,7 +303,8 @@
void SimpleAppCacheSystem::InitOnUIThread(
const FilePath& cache_directory) {
DCHECK(!ui_message_loop_);
- AppCacheThread::InitIDs(DB_THREAD_ID, IO_THREAD_ID);
+ // TODO(michaeln): provide a cache_thread message loop
+ AppCacheThread::Init(DB_THREAD_ID, IO_THREAD_ID, NULL);
ui_message_loop_ = MessageLoop::current();
cache_directory_ = cache_directory;
}
« webkit/appcache/appcache_thread.h ('K') | « webkit/appcache/appcache_thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698