| Index: chrome/common/extensions/docs/a11y.html
|
| diff --git a/chrome/common/extensions/docs/a11y.html b/chrome/common/extensions/docs/a11y.html
|
| index 9ab18dc144650e5bdcddef28c8ca18566982f6c0..c05575a414bc9db408839f4b959d1d8eeff5ea6d 100644
|
| --- a/chrome/common/extensions/docs/a11y.html
|
| +++ b/chrome/common/extensions/docs/a11y.html
|
| @@ -59,6 +59,15 @@
|
| <dd>
|
| Description of this parameter from the json schema.
|
| </dd>
|
| + <dd>
|
| + This parameter was added in version
|
| + <b><span></span></b>.
|
| + You must omit this parameter in earlier versions,
|
| + and you may omit it in any version. If you require this
|
| + parameter, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </dd>
|
|
|
| <!-- OBJECT PROPERTIES -->
|
| <dd>
|
| @@ -859,6 +868,13 @@ see <a href="samples.html">Samples</a>.
|
| </div>
|
| </div>
|
|
|
| + <!-- MIN_VERSION -->
|
| + <p>
|
| + This function was added in version <b><span></span></b>.
|
| + If you require this function, the manifest key
|
| + <a href="manifest.html#minimum_chrome_version">minimum_chrome_version</a>
|
| + can ensure that your extension won't be run in an earlier browser version.
|
| + </p>
|
| </div> <!-- /description -->
|
|
|
| </div> <!-- /apiItem -->
|
|
|