Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/articles/nativeMessaging.html |
| diff --git a/chrome/common/extensions/docs/templates/articles/nativeMessaging.html b/chrome/common/extensions/docs/templates/articles/nativeMessaging.html |
| index 29c2291a3f60c1cbfc6e436e882162afec0b525b..c9f4a14a76dbee35491a2acdf12e7df41beee9b7 100644 |
| --- a/chrome/common/extensions/docs/templates/articles/nativeMessaging.html |
| +++ b/chrome/common/extensions/docs/templates/articles/nativeMessaging.html |
| @@ -48,7 +48,10 @@ following fields: |
| <td><code>path</code></td> |
| <td>Path to the native messaging host binary. On Linux and OSX the path must |
| be absolute. On Windows it can be relative to the directory in which the |
| - manifest file is located.</td> |
| + manifest file is located. The host process is started with current directory |
|
Devlin
2016/03/24 21:27:59
with *the* current directory
Sergey Ulanov
2016/03/24 22:27:13
Done.
|
| + set to the directory that contains the host binary. E.g. if this parameter is |
|
Devlin
2016/03/24 21:27:59
nit: let's say "For example" instead of e.g. here
Devlin
2016/03/24 21:27:59
nit: line wrapping
Sergey Ulanov
2016/03/24 22:27:13
Done.
Sergey Ulanov
2016/03/24 22:27:13
Done.
|
| + set to <code>C:\Application\nm_host.exe</code> then it will be started with |
| + current directory <code>C:\Application\</code>.</td> |
| </tr> |
| <tr> |
| <td><code>type</code></td> |