| Index: chrome/common/extensions/docs/autoupdate.html
|
| diff --git a/chrome/common/extensions/docs/autoupdate.html b/chrome/common/extensions/docs/autoupdate.html
|
| index 132f4aa54d9f4bd01b48bdae3007e940a8b1d478..4e6b2c4141a7f02b396f13bb70b7b13513041852 100644
|
| --- a/chrome/common/extensions/docs/autoupdate.html
|
| +++ b/chrome/common/extensions/docs/autoupdate.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>
|
| @@ -485,6 +494,13 @@ Another option is to use the --extensions-update-frequency command-line flag to
|
| </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 -->
|
|
|