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

Unified Diff: chrome/browser/extensions/app_data_migrator_unittest.cc

Issue 2930183002: Let IndexedDBContextImpl create its own task runner (Closed)
Patch Set: rebased Created 3 years, 5 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/extensions/app_data_migrator_unittest.cc
diff --git a/chrome/browser/extensions/app_data_migrator_unittest.cc b/chrome/browser/extensions/app_data_migrator_unittest.cc
index 2ed85f6b54c349009a10b91cec96455c38848d54..d0400b690ff334b8f54350c296ba361229d8e85f 100644
--- a/chrome/browser/extensions/app_data_migrator_unittest.cc
+++ b/chrome/browser/extensions/app_data_migrator_unittest.cc
@@ -53,8 +53,6 @@ class AppDataMigratorTest : public testing::Test {
content::BrowserContext::GetDefaultStoragePartition(profile_.get());
idb_context_ = default_partition_->GetIndexedDBContext();
- idb_context_->SetTaskRunnerForTesting(
- base::ThreadTaskRunnerHandle::Get().get());
default_fs_context_ = default_partition_->GetFileSystemContext();

Powered by Google App Engine
This is Rietveld 408576698