Commit ee46aaa2 authored by gab's avatar gab Committed by Commit bot

Make DefaultComponentInstallerTest's SequencedWorkerPool multi-threaded.

BUG=646443
NO_DEPENDENCY_CHECKS=true

Review-Url: https://codereview.chromium.org/2338333002
Cr-Commit-Position: refs/heads/master@{#419070}
parent 31805260
......@@ -132,7 +132,7 @@ class DefaultComponentInstallerTest : public testing::Test {
void RunThreads();
private:
static const int kNumWorkerThreads_ = 1;
static const int kNumWorkerThreads_ = 2;
base::MessageLoopForUI message_loop_;
base::RunLoop runloop_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment