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

Unified Diff: services/service_manager/tests/util.h

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/tests/util.h
diff --git a/services/service_manager/tests/util.h b/services/service_manager/tests/util.h
index 1dfc5659759cdc505d25312c51528a438dfa30f3..aac2900c9e3f70829eadcfe459430916d7fb0ed3 100644
--- a/services/service_manager/tests/util.h
+++ b/services/service_manager/tests/util.h
@@ -21,7 +21,8 @@ namespace test {
// Starts the process @ |target_exe_name| and connects to it as |target| using
// |connector|, returning the connection & the process.
-// This blocks until the connection is established/rejected by the shell.
+// This blocks until the connection is established/rejected by the service
+// manager.
std::unique_ptr<Connection> LaunchAndConnectToProcess(
const std::string& target_exe_name,
const Identity target,
« no previous file with comments | « services/service_manager/tests/shutdown/shutdown_unittest_manifest.json ('k') | services/tracing/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698