| Index: chrome/common/extensions/docs/examples/api/nativeMessaging/host/native-messaging-example-host.bat
|
| diff --git a/chrome/common/extensions/docs/examples/api/nativeMessaging/host/native-messaging-example-host.bat b/chrome/common/extensions/docs/examples/api/nativeMessaging/host/native-messaging-example-host.bat
|
| index 7793ee7e5412e05506cb973b48252bca9e5a00b5..430179e94e02438054b5d66dd6f96ce2ef4af4db 100755
|
| --- a/chrome/common/extensions/docs/examples/api/nativeMessaging/host/native-messaging-example-host.bat
|
| +++ b/chrome/common/extensions/docs/examples/api/nativeMessaging/host/native-messaging-example-host.bat
|
| @@ -3,4 +3,4 @@
|
| :: Use of this source code is governed by a BSD-style license that can be
|
| :: found in the LICENSE file.
|
|
|
| -python "%~dp0/native-messaging-example-host.py" %*
|
| +python "%~dp0/native-messaging-example-host" %*
|
|
|