diff options
author | kalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-17 09:55:45 +0000 |
---|---|---|
committer | kalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-17 09:55:45 +0000 |
commit | ef50faf08abde34ca407f9089bb885e67f6e9555 (patch) | |
tree | 45ca290e02ca447174582d6604caf016ce190cb4 /chrome/common/extensions/docs/static | |
parent | 7e077f92bb038e5cf0be3ea0c1c1568d9cec0803 (diff) | |
download | chromium_src-ef50faf08abde34ca407f9089bb885e67f6e9555.zip chromium_src-ef50faf08abde34ca407f9089bb885e67f6e9555.tar.gz chromium_src-ef50faf08abde34ca407f9089bb885e67f6e9555.tar.bz2 |
Update the manifestVersion.html documentation with the deprecation of chrome.self.
BUG=114437
TEST=
Review URL: http://codereview.chromium.org/9416051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122476 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static')
-rw-r--r-- | chrome/common/extensions/docs/static/manifestVersion.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/static/manifestVersion.html b/chrome/common/extensions/docs/static/manifestVersion.html index 0ce6ac1..75b37ed 100644 --- a/chrome/common/extensions/docs/static/manifestVersion.html +++ b/chrome/common/extensions/docs/static/manifestVersion.html @@ -134,6 +134,12 @@ can no longer be specified as an object. It must be a string. </p> </li> + <li> + <p> + The <code>chrome.self</code> API has been removed. Use + <a href="extension.html"><code>chrome.extension</code></a> instead. + </p> + </li> </ul> </li> </ul> |