Index: services/shell/runner/host/child_process_host.cc |
diff --git a/services/shell/runner/host/child_process_host.cc b/services/shell/runner/host/child_process_host.cc |
index 0d9b377e6b36c927083c188634518a59ee8c0727..f24fdcdd26eefe31dd01a997cdbc6594f3ea2927 100644 |
--- a/services/shell/runner/host/child_process_host.cc |
+++ b/services/shell/runner/host/child_process_host.cc |
@@ -73,7 +73,7 @@ mojom::ServicePtr ChildProcessHost::Start( |
base::CommandLine::ForCurrentProcess(); |
base::FilePath target_path = parent_command_line->GetProgram(); |
// |app_path_| can be empty in tests. |
- if (!app_path_.MatchesExtension(FILE_PATH_LITERAL(".mojo")) && |
+ if (!app_path_.MatchesExtension(FILE_PATH_LITERAL(".library")) && |
!app_path_.empty()) { |
target_path = app_path_; |
} |