diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-05 20:17:07 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-05 20:17:07 +0000 |
commit | b5bb35f1ddd2e113089e329b024a4fb843d038fb (patch) | |
tree | 7fc3944bb8cbcf56e7adcbf11e15929740fccb69 /chrome/browser/browser_process.h | |
parent | 031c7baebf04ef2351953c62e494057835bf5277 (diff) | |
download | chromium_src-b5bb35f1ddd2e113089e329b024a4fb843d038fb.zip chromium_src-b5bb35f1ddd2e113089e329b024a4fb843d038fb.tar.gz chromium_src-b5bb35f1ddd2e113089e329b024a4fb843d038fb.tar.bz2 |
Move resource_message_filter and resource_request_details to the renderer_host.
Make the repost form warning portable by abstracting the show function from
the view. Rename the Windows repost form warning and move it to browser/views.
This also fixes a comment in browser_process.h
Review URL: http://codereview.chromium.org/20066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9242 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r-- | chrome/browser/browser_process.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h index b4f6a46..6eee7a7 100644 --- a/chrome/browser/browser_process.h +++ b/chrome/browser/browser_process.h @@ -90,7 +90,8 @@ class BrowserProcess { // 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; |