summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-07 17:10:11 +0000
committerkathyw@chromium.org <kathyw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-07 17:10:11 +0000
commitf93d639888a72686e72f49e57fb4d42eab32cb04 (patch)
treec3793582dea22dcb7f906649083bd41ade7e7ec3 /chrome
parent7cef1c446c9870cc98fbe5d6cd871485f6e756cf (diff)
downloadchromium_src-f93d639888a72686e72f49e57fb4d42eab32cb04.zip
chromium_src-f93d639888a72686e72f49e57fb4d42eab32cb04.tar.gz
chromium_src-f93d639888a72686e72f49e57fb4d42eab32cb04.tar.bz2
chrome://favicon -> chrome://favicon/
BUG=48227 TEST=none Review URL: http://codereview.chromium.org/2888005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/common/extensions/docs/manifest.html4
-rw-r--r--chrome/common/extensions/docs/static/manifest.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
index e962541..a80b969 100644
--- a/chrome/common/extensions/docs/manifest.html
+++ b/chrome/common/extensions/docs/manifest.html
@@ -533,12 +533,12 @@ The following table lists the permissions an extension can use.
<a href="bookmarks.html">chrome.bookmarks</a> module. </td>
</tr>
<tr>
- <td> "chrome://favicon" </td>
+ <td> "chrome://favicon/" </td>
<td> Required if the extension uses the
"chrome://favicon/<em>url</em>" mechanism
to display the favicon of a page.
For example, to display the favicon of http://www.google.com/,
- you declare the "chrome://favicon" permission
+ you declare the "chrome://favicon/" permission
and use HTML code like this:
<pre>&lt;img src="chrome://favicon/http://www.google.com/"&gt;</pre>
</td>
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html
index c558d7e..a79f756 100644
--- a/chrome/common/extensions/docs/static/manifest.html
+++ b/chrome/common/extensions/docs/static/manifest.html
@@ -250,12 +250,12 @@ The following table lists the permissions an extension can use.
<a href="bookmarks.html">chrome.bookmarks</a> module. </td>
</tr>
<tr>
- <td> "chrome://favicon" </td>
+ <td> "chrome://favicon/" </td>
<td> Required if the extension uses the
"chrome://favicon/<em>url</em>" mechanism
to display the favicon of a page.
For example, to display the favicon of http://www.google.com/,
- you declare the "chrome://favicon" permission
+ you declare the "chrome://favicon/" permission
and use HTML code like this:
<pre>&lt;img src="chrome://favicon/http://www.google.com/"></pre>
</td>