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

Unified Diff: chrome/test/base/mojo_test_connector.h

Issue 2813293003: Fix Mash Browser Test Startup Race (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/test/base/mojo_test_connector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/mojo_test_connector.h
diff --git a/chrome/test/base/mojo_test_connector.h b/chrome/test/base/mojo_test_connector.h
index cd7839c319012a81327ce96e85b89ebe8115cc5f..abaf89ce5acba8c5d1bd7b4763232142ed9f8624 100644
--- a/chrome/test/base/mojo_test_connector.h
+++ b/chrome/test/base/mojo_test_connector.h
@@ -57,11 +57,14 @@ class MojoTestConnector {
std::unique_ptr<ServiceProcessLauncherDelegateImpl>
service_process_launcher_delegate_;
- service_manager::BackgroundServiceManager background_service_manager_;
+ std::unique_ptr<service_manager::BackgroundServiceManager>
+ background_service_manager_;
std::unique_ptr<base::Thread> ipc_thread_;
std::unique_ptr<mojo::edk::ScopedIPCSupport> ipc_support_;
+ std::unique_ptr<base::Value> catalog_contents_;
+
DISALLOW_COPY_AND_ASSIGN(MojoTestConnector);
};
« no previous file with comments | « no previous file | chrome/test/base/mojo_test_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698