summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_thread.h
diff options
context:
space:
mode:
authorchron@chromium.org <chron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-21 19:20:27 +0000
committerchron@chromium.org <chron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-21 19:20:27 +0000
commitd2405cdc8e15532905e7c8f963cc69039be2b636 (patch)
treee3975f5f4c6a4bc07f4279a3cc4d3539187d0851 /chrome/browser/chrome_thread.h
parent69be462d691924b162c55a046b22d7f5d2bcca08 (diff)
downloadchromium_src-d2405cdc8e15532905e7c8f963cc69039be2b636.zip
chromium_src-d2405cdc8e15532905e7c8f963cc69039be2b636.tar.gz
chromium_src-d2405cdc8e15532905e7c8f963cc69039be2b636.tar.bz2
Switch history thread back to base::Thread. Sync unit tests require more than one history thread.
We hope to have a hard unit test dependency on buildbot soon, but we need to fix our tests again now. BUG=22056 Review URL: http://codereview.chromium.org/215023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_thread.h')
-rw-r--r--chrome/browser/chrome_thread.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/chrome_thread.h b/chrome/browser/chrome_thread.h
index db95512e..28e308f 100644
--- a/chrome/browser/chrome_thread.h
+++ b/chrome/browser/chrome_thread.h
@@ -45,9 +45,6 @@ class ChromeThread : public base::Thread {
// NOT in --single-process mode.
WEBKIT,
- // This is the thread that interacts with the history database.
- HISTORY,
-
#if defined(OS_LINUX)
// This thread has a second connection to the X server and is used to
// process UI requests when routing the request to the UI thread would risk