summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-18 23:57:49 +0000
committerkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-18 23:57:49 +0000
commit4e7b22e058e64e651890be2c94182c01e96bd807 (patch)
tree4ecb0b372bd6a96e9d9e919c8c4e637ca19ac034
parentd6f7b6c3acd624453a4601393a013105b7107903 (diff)
downloadchromium_src-4e7b22e058e64e651890be2c94182c01e96bd807.zip
chromium_src-4e7b22e058e64e651890be2c94182c01e96bd807.tar.gz
chromium_src-4e7b22e058e64e651890be2c94182c01e96bd807.tar.bz2
Deleted advice on making page action icons lighterweight/smaller
than browser action icons. BUG=40581 TEST=none Review URL: http://codereview.chromium.org/6145004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71723 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/common/extensions/docs/pageAction.html9
-rw-r--r--chrome/common/extensions/docs/static/pageAction.html9
2 files changed, 0 insertions, 18 deletions
diff --git a/chrome/common/extensions/docs/pageAction.html b/chrome/common/extensions/docs/pageAction.html
index f6d0ac4..36d96af 100644
--- a/chrome/common/extensions/docs/pageAction.html
+++ b/chrome/common/extensions/docs/pageAction.html
@@ -427,15 +427,6 @@ follow these guidelines:</p>
for features that make sense
for most pages.
Use <a href="browserAction.html">browser actions</a> instead.
- </li><li><b>Do</b> use icons
- that are slightly lighter weight
- than <a href="browserAction.html#icon">browser action icons</a>.
- Most icons that Chrome displays
- in the location bar
- are smaller than 19 pixels.
- If the edge pixels are used,
- they are usually only used
- for a faint shadow.
</li><li><b>Don't</b> constantly animate your icon.
That's just annoying.
</li></ul>
diff --git a/chrome/common/extensions/docs/static/pageAction.html b/chrome/common/extensions/docs/static/pageAction.html
index 3def87e..60933ff 100644
--- a/chrome/common/extensions/docs/static/pageAction.html
+++ b/chrome/common/extensions/docs/static/pageAction.html
@@ -95,15 +95,6 @@ follow these guidelines:</p>
for features that make sense
for most pages.
Use <a href="browserAction.html">browser actions</a> instead.
- <li><b>Do</b> use icons
- that are slightly lighter weight
- than <a href="browserAction.html#icon">browser action icons</a>.
- Most icons that Chrome displays
- in the location bar
- are smaller than 19 pixels.
- If the edge pixels are used,
- they are usually only used
- for a faint shadow.
<li><b>Don't</b> constantly animate your icon.
That's just annoying.
</ul>