Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2957)

Unified Diff: chrome/browser/ui/app_list/search/history_unittest.cc

Issue 2345583002: Make HistoryDataStoreTest and SearchHistoryTest's SequencedWorkerPool multi-threaded. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/app_list/search/history_unittest.cc
diff --git a/chrome/browser/ui/app_list/search/history_unittest.cc b/chrome/browser/ui/app_list/search/history_unittest.cc
index 23ced10c2ac9b4db9a3f50aca3413a3b6d67d052..350bac86279eb4c40f1692a3b414fdec9fb9a220 100644
--- a/chrome/browser/ui/app_list/search/history_unittest.cc
+++ b/chrome/browser/ui/app_list/search/history_unittest.cc
@@ -96,7 +96,7 @@ class SearchHistoryTest : public testing::Test {
// testing::Test overrides:
void SetUp() override {
worker_pool_owner_.reset(
- new base::SequencedWorkerPoolOwner(1, "AppLauncherTest"));
+ new base::SequencedWorkerPoolOwner(2, "AppLauncherTest"));
Matt Giuca 2016/09/15 23:54:20 I'm not really familiar with this code. Is there a
gab 2016/09/16 00:54:41 In this test it's used to pass to a DictionaryData
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
CreateHistory();
}
« no previous file with comments | « no previous file | ui/app_list/search/history_data_store_unittest.cc » ('j') | ui/app_list/search/history_data_store_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698