summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/browserAction.html
diff options
context:
space:
mode:
authorkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-29 17:13:47 +0000
committerkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-29 17:13:47 +0000
commit177e1e5687ff03ce1b36caa139c6e5a79bfe02d3 (patch)
tree9a58b4997e3c025e22151f6451bf9a3c77df97c5 /chrome/common/extensions/docs/static/browserAction.html
parent135d940626426e548047f025ca05a51d8cb85e2d (diff)
downloadchromium_src-177e1e5687ff03ce1b36caa139c6e5a79bfe02d3.zip
chromium_src-177e1e5687ff03ce1b36caa139c6e5a79bfe02d3.tar.gz
chromium_src-177e1e5687ff03ce1b36caa139c6e5a79bfe02d3.tar.bz2
Miscellaneous small changes to the extensions doc,
including mentions of exceptions for packaged apps. I plan to apply these changes to all versions of the doc. This is the first of 3 CLs I hope to get out today. TBR=aa BUG=none TEST=none Review URL: http://codereview.chromium.org/5347007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67543 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static/browserAction.html')
-rw-r--r--chrome/common/extensions/docs/static/browserAction.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/static/browserAction.html b/chrome/common/extensions/docs/static/browserAction.html
index 2a35b5d..40da968 100644
--- a/chrome/common/extensions/docs/static/browserAction.html
+++ b/chrome/common/extensions/docs/static/browserAction.html
@@ -28,6 +28,11 @@ use a <a href="pageAction.html">page action</a>
instead of a browser action.
</p>
+<p class="caution">
+<strong>Note:</strong>
+Packaged apps cannot use browser actions.
+</p>
+
<!-- [PENDING: We should show tooltips and badges, as well.] -->
<h2 id="manifest">Manifest</h2>