summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/pageAction.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/pageAction.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/pageAction.html')
-rw-r--r--chrome/common/extensions/docs/static/pageAction.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/static/pageAction.html b/chrome/common/extensions/docs/static/pageAction.html
index 0c515b9..3def87e 100644
--- a/chrome/common/extensions/docs/static/pageAction.html
+++ b/chrome/common/extensions/docs/static/pageAction.html
@@ -28,6 +28,11 @@ If you want the extension's icon to always be visible,
use a <a href="browserAction.html">browser action</a> instead.
</p>
+<p class="caution">
+<strong>Note:</strong>
+Packaged apps cannot use page actions.
+</p>
+
<h2 id="manifest">Manifest</h2>