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

Unified Diff: chrome/browser/browser_process.h

Issue 20066: Move resource_message_filter and resource_request_details to the renderer_hos... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 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: chrome/browser/browser_process.h
===================================================================
--- chrome/browser/browser_process.h (revision 9158)
+++ chrome/browser/browser_process.h (working copy)
@@ -90,7 +90,8 @@
// It might be nicer to have a thread pool for this kind of thing.
virtual base::Thread* file_thread() = 0;
- // Returns the thread that is used for database operations such as history.
+ // Returns the thread that is used for database operations such as the web
+ // database. History has its own thread since it has much higher traffic.
virtual base::Thread* db_thread() = 0;
virtual sandbox::BrokerServices* broker_services() = 0;

Powered by Google App Engine
This is Rietveld 408576698