summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static
diff options
context:
space:
mode:
authorskerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-30 14:31:44 +0000
committerskerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-30 14:31:44 +0000
commit48ca4fd1e254ae68e43f9b283756bcdf6ef27d30 (patch)
treea3aac72aef50506eec45790f03ac8bb4f0ae488f /chrome/common/extensions/docs/static
parented179282afe5c8707527ea134591c78052913105 (diff)
downloadchromium_src-48ca4fd1e254ae68e43f9b283756bcdf6ef27d30.zip
chromium_src-48ca4fd1e254ae68e43f9b283756bcdf6ef27d30.tar.gz
chromium_src-48ca4fd1e254ae68e43f9b283756bcdf6ef27d30.tar.bz2
Remove deprecated extension source on mac.
As discussed on the bug, this will be committed right after a stable release is cut, so that the change is in the dev channel for a full six weeks. BUG=98675 TEST=none Review URL: https://chromiumcodereview.appspot.com/9610007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129849 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static')
-rw-r--r--chrome/common/extensions/docs/static/external_extensions.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/static/external_extensions.html b/chrome/common/extensions/docs/static/external_extensions.html
index 9273ef9..3e15493 100644
--- a/chrome/common/extensions/docs/static/external_extensions.html
+++ b/chrome/common/extensions/docs/static/external_extensions.html
@@ -106,8 +106,9 @@ or <code>/home/share/extension.crx</code>.)
For all users: <code>/Library/Application Support/Google/Chrome/External Extensions/</code>
<p>The external extensions file for all users is read only if every directory in the path is owned by the user <code>root</code>, has the group <code>admin</code> or <code>wheel</code>, and is not world writable. The path must also be free of symbolic links. These restrictions prevent an unprivileged user from causing extensions to be installed for all users. See <a href="#troubleshooting">troubleshooting</a> for details.</p>
<p class="note">
- <b>Note:</b> The above path for all users was added in Chrome 16. Prior versions used a different path, which is now deprecated:
- <code>/Applications/Google Chrome.app/Contents/Extensions/</code> .</p>
+ <b>Note:</b> The above path for all users was added in Chrome 16. Prior versions used a different path:<br/>
+ <code>/Applications/Google Chrome.app/Contents/Extensions/</code>
+ This path was deprecated in version 17. Support was removed in version 20. Use one of the paths above instead.</p>
</dd>
<dt> Linux: </dt>