Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Unified Diff: chrome/common/extensions/docs/templates/articles/nativeMessaging.html

Issue 1809383004: Set current directory when launching Native Messaging processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698