Index: services/shell/runner/host/child_process_base.cc |
diff --git a/services/shell/runner/host/child_process_base.cc b/services/shell/runner/host/child_process_base.cc |
index b043d81178c41852873c9f24c7088c67c8feb5f1..d01aa235d8c10fb1512a4fa933005dee0b4d8637 100644 |
--- a/services/shell/runner/host/child_process_base.cc |
+++ b/services/shell/runner/host/child_process_base.cc |
@@ -122,7 +122,7 @@ void ChildProcessMainWithCallback(const RunCallback& callback) { |
#endif |
ScopedAppContext app_context; |
- callback.Run(GetShellClientRequestFromCommandLine()); |
+ callback.Run(GetServiceRequestFromCommandLine()); |
} |
} // namespace shell |