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

Unified Diff: content/browser/dom_storage/local_storage_context_mojo_unittest.cc

Issue 2878453002: Use ScopedTaskEnvironment instead of MessageLoop in service_manager::test::ServiceTest. (Closed)
Patch Set: fix-build-error Created 3 years, 7 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: content/browser/dom_storage/local_storage_context_mojo_unittest.cc
diff --git a/content/browser/dom_storage/local_storage_context_mojo_unittest.cc b/content/browser/dom_storage/local_storage_context_mojo_unittest.cc
index f6db98bc6b58d9ae7cf2f55bd4b75cb9f52cb3aa..60b3e98a7d8f6a2e1c1b48a13b23f89cf21672db 100644
--- a/content/browser/dom_storage/local_storage_context_mojo_unittest.cc
+++ b/content/browser/dom_storage/local_storage_context_mojo_unittest.cc
@@ -677,10 +677,6 @@ class LocalStorageContextMojoTestWithService
return base::MakeUnique<ServiceTestClient>(this);
}
- std::unique_ptr<base::MessageLoop> CreateMessageLoop() override {
- return nullptr;
fdoray 2017/05/10 16:53:50 Returning nullptr prevented initialization of a Me
- }
-
const base::FilePath& temp_path() { return temp_path_.GetPath(); }
base::FilePath FirstEntryInDir() {

Powered by Google App Engine
This is Rietveld 408576698