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

Unified Diff: services/service_manager/runner/host/child_process_host_unittest.cc

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: Created 4 years, 2 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: services/service_manager/runner/host/child_process_host_unittest.cc
diff --git a/services/service_manager/runner/host/child_process_host_unittest.cc b/services/service_manager/runner/host/child_process_host_unittest.cc
index 9a38b8cc443a3cea90ec1d4be0773a63cabf4770..4ccee5380dad4be4f6666df2b4d0100b6648b676 100644
--- a/services/service_manager/runner/host/child_process_host_unittest.cc
+++ b/services/service_manager/runner/host/child_process_host_unittest.cc
@@ -66,7 +66,7 @@ class NativeRunnerDelegateImpl : public NativeRunnerDelegate {
};
#if defined(OS_ANDROID)
-// TODO(qsr): Multiprocess shell tests are not supported on android.
+// TODO(qsr): Multiprocess service manager tests are not supported on android.
#define MAYBE_StartJoin DISABLED_StartJoin
#else
#define MAYBE_StartJoin StartJoin
@@ -74,8 +74,8 @@ class NativeRunnerDelegateImpl : public NativeRunnerDelegate {
// Just tests starting the child process and joining it (without starting an
// app).
TEST(ChildProcessHostTest, MAYBE_StartJoin) {
- base::FilePath shell_dir;
- PathService::Get(base::DIR_MODULE, &shell_dir);
+ base::FilePath service_manager_dir;
+ PathService::Get(base::DIR_MODULE, &service_manager_dir);
base::MessageLoop message_loop;
scoped_refptr<base::SequencedWorkerPool> blocking_pool(
new base::SequencedWorkerPool(3, "blocking_pool",
« no previous file with comments | « services/service_manager/runner/host/child_process_base.h ('k') | services/service_manager/runner/host/mach_broker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698