| 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 94b5755c904119968fb6ff0a2c8f10103f2b05d4..6cddbc2800a7454b230b71df222a1581e14475c9 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/nativeMessaging.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/nativeMessaging.html
|
| @@ -101,8 +101,8 @@ called <code>NativeMessagingHosts</code>.
|
| <dd>Google Chrome: <code>/Library/Google/Chrome/NativeMessagingHosts/<em>com.my_company.my_application</em>.json</code>
|
| <dd>Chromium: <code>/Library/Application Support/Chromium/NativeMessagingHosts/<em>com.my_company.my_application</em>.json</code>
|
| <dt>OS X (user-specific, <em>default</em> path)
|
| -<dd>Google Chrome: <code>~/Library/Application Support/Google/Chrome/Default/NativeMessagingHosts/<em>com.my_company.my_application</em>.json</code>
|
| -<dd>Chromium: <code>~/Library/Application Support/Chromium/Default/NativeMessagingHosts/<em>com.my_company.my_application</em>.json</code>
|
| +<dd>Google Chrome: <code>~/Library/Application Support/Google/Chrome/NativeMessagingHosts/<em>com.my_company.my_application</em>.json</code>
|
| +<dd>Chromium: <code>~/Library/Application Support/Chromium/NativeMessagingHosts/<em>com.my_company.my_application</em>.json</code>
|
| </dl>
|
|
|
| <dl>
|
|
|