Index: content/shell/shell_browser_main.h |
=================================================================== |
--- content/shell/shell_browser_main.h (revision 106339) |
+++ content/shell/shell_browser_main.h (working copy) |
@@ -47,6 +47,7 @@ |
scoped_ptr<base::Thread> db_thread_; |
scoped_ptr<base::Thread> process_launcher_thread_; |
scoped_ptr<base::Thread> cache_thread_; |
+ scoped_ptr<base::Thread> appcache_thread_; |
DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts); |
}; |