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

Unified Diff: content/shell/shell_browser_main.h

Issue 8366020: Create a secondary file thread, FILE_USER_BLOCKING... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
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);
};

Powered by Google App Engine
This is Rietveld 408576698