summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-07 08:34:50 +0000
committerkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-07 08:34:50 +0000
commit49ab5043474c2109b2dc6f6feb86a6f5d7a6dfdd (patch)
tree62fe79e8e030ed1172508678b0607029e5aae14d /chrome
parentfb7b451dda7c85743182f9c0fe04ab142b01892a (diff)
downloadchromium_src-49ab5043474c2109b2dc6f6feb86a6f5d7a6dfdd.zip
chromium_src-49ab5043474c2109b2dc6f6feb86a6f5d7a6dfdd.tar.gz
chromium_src-49ab5043474c2109b2dc6f6feb86a6f5d7a6dfdd.tar.bz2
Minor tweaks.
BUG=none TEST=none TBR=rafaelw Review URL: http://codereview.chromium.org/377022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31375 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/common/extensions/docs/pageAction.html6
-rwxr-xr-xchrome/common/extensions/docs/static/pageAction.html6
2 files changed, 9 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/pageAction.html b/chrome/common/extensions/docs/pageAction.html
index 8b5ee17..facb225 100644
--- a/chrome/common/extensions/docs/pageAction.html
+++ b/chrome/common/extensions/docs/pageAction.html
@@ -283,6 +283,12 @@ like this:
reserves a slot for your page action
in the address bar.</p>
+<p>
+Set "default_icon" if at all possible.
+Users see the default icon when they install your extension,
+which helps them know what to look for when your page action
+is active for a given page.</p>
+
<h2 id="ui">Parts of the UI</h2>
<p>
diff --git a/chrome/common/extensions/docs/static/pageAction.html b/chrome/common/extensions/docs/static/pageAction.html
index 2683661..06a722e 100755
--- a/chrome/common/extensions/docs/static/pageAction.html
+++ b/chrome/common/extensions/docs/static/pageAction.html
@@ -50,9 +50,9 @@ like this:
in the address bar.</p>
<p>
-Although the "default_icon" is optional, it's a good idea to provide one.
-When users install your extension, if you have set a default icon, it can
-be previewed to the user so they know what to look for when your page action
+Set "default_icon" if at all possible.
+Users see the default icon when they install your extension,
+which helps them know what to look for when your page action
is active for a given page.</p>
<h2 id="ui">Parts of the UI</h2>