summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authormpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-27 04:36:45 +0000
committermpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-27 04:36:45 +0000
commit3cdec394fa7740f10d3bb2c1d2577fbd3da37fb5 (patch)
tree539d8e098007d156e03fce7002499ff5e9aa96e6 /base
parenta36263ee634fe8efac89264a9c01ab60ee90ea35 (diff)
downloadchromium_src-3cdec394fa7740f10d3bb2c1d2577fbd3da37fb5.zip
chromium_src-3cdec394fa7740f10d3bb2c1d2577fbd3da37fb5.tar.gz
chromium_src-3cdec394fa7740f10d3bb2c1d2577fbd3da37fb5.tar.bz2
Revert 184868
Seems to cause timeout in MultiThreadedCookieMonsterTest.ThreadCheckDeleteCanonicalCookie http://build.chromium.org/p/chromium.memory/builders/Linux%20ASAN%20Tests%20%281%29/builds/6970 I often chalk timeouts up to flakes and reopen the tree and wait but this failure (threading + cookies) seems to directly relevant to this changelist I'm just going ahead to revert. > Make SQLitePersistentCookieStore run on injected SequencedTaskRunners vs named BrowserThreads. > > In a follow-up, I will make the production code run on the worker pool, which will hopefully speed up browser startup by eliminating delays due to other long-running DB thread tasks. > > R=rdsmith@chromium.org > TBR=jar@chromium.org,mmenke@chromium.org > BUG=175415 > > > Review URL: https://chromiumcodereview.appspot.com/12314015 TBR=erikwright@chromium.org Review URL: https://codereview.chromium.org/12342030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184874 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/base.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 33c334d..a17508a 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -568,6 +568,8 @@
'template_util_unittest.cc',
'test/expectations/expectation_unittest.cc',
'test/expectations/parser_unittest.cc',
+ 'test/sequenced_worker_pool_owner.cc',
+ 'test/sequenced_worker_pool_owner.h',
'test/trace_event_analyzer_unittest.cc',
'threading/non_thread_safe_unittest.cc',
'threading/platform_thread_unittest.cc',
@@ -832,8 +834,6 @@
'test/scoped_path_override.h',
'test/sequenced_task_runner_test_template.cc',
'test/sequenced_task_runner_test_template.h',
- 'test/sequenced_worker_pool_owner.cc',
- 'test/sequenced_worker_pool_owner.h',
'test/simple_test_clock.cc',
'test/simple_test_clock.h',
'test/simple_test_tick_clock.cc',