summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_thread.cc
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.cc
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.cc')
-rw-r--r--chrome/browser/chrome_thread.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/chrome_thread.cc b/chrome/browser/chrome_thread.cc
index 2124c40..8cd7767 100644
--- a/chrome/browser/chrome_thread.cc
+++ b/chrome/browser/chrome_thread.cc
@@ -11,7 +11,6 @@ static const char* chrome_thread_names[ChromeThread::ID_COUNT] = {
"Chrome_FileThread", // FILE
"Chrome_DBThread", // DB
"Chrome_WebKitThread", // WEBKIT
- "Chrome_HistoryThread", // HISTORY
#if defined(OS_LINUX)
"Chrome_Background_X11Thread", // BACKGROUND_X11
#endif
@@ -25,7 +24,6 @@ ChromeThread* ChromeThread::chrome_threads_[ID_COUNT] = {
NULL, // FILE
NULL, // DB
NULL, // WEBKIT
- NULL, // HISTORY
#if defined(OS_LINUX)
NULL, // BACKGROUND_X11
#endif