Index: services/shell/runner/host/in_process_native_runner.cc |
diff --git a/services/shell/runner/host/in_process_native_runner.cc b/services/shell/runner/host/in_process_native_runner.cc |
index 4bb67c86490d887ba73c140088c78d9988b7f200..20f126da38f55696fa94ec1d78c8b741263d6103 100644 |
--- a/services/shell/runner/host/in_process_native_runner.cc |
+++ b/services/shell/runner/host/in_process_native_runner.cc |
@@ -85,7 +85,7 @@ void InProcessNativeRunner::Run() { |
std::unique_ptr<NativeRunner> InProcessNativeRunnerFactory::Create( |
const base::FilePath& app_path) { |
// Non-Mojo apps are always run in a new process. |
- if (!app_path.MatchesExtension(FILE_PATH_LITERAL(".mojo"))) { |
+ if (!app_path.MatchesExtension(FILE_PATH_LITERAL(".library"))) { |
return base::WrapUnique( |
new OutOfProcessNativeRunner(launch_process_runner_, nullptr)); |
} |