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..46d39e1a7b0eef7c34e1cb9e83f64bb0203a1d88 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 the current |
+ directory set to the directory that contains the host binary. For example if |
+ this parameter is 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> |