| Index: chrome/common/extensions/api/extension_api.json
|
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
|
| index 7745b84005213ffbe8e5149ec9166b04b8d0dd0f..9202df448b194fbf565dc3bf18ab287573720cda 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -8380,7 +8380,7 @@
|
| },
|
| "images": {
|
| "$ref": "ContentSetting",
|
| - "description": "Whether to show images. One of<br><var>allow</var>: Show images,<br><var>block</var>: Don't show images. <br>Default is <var>allow</var>.<br>The primary URL is the main-frame URL. The secondary URL is not used.",
|
| + "description": "Whether to show images. One of<br><var>allow</var>: Show images,<br><var>block</var>: Don't show images. <br>Default is <var>allow</var>.<br>The primary URL is the main-frame URL. The secondary URL is the URL of the image.",
|
| "value": [
|
| "images",
|
| {"type":"string", "enum": ["allow", "block"]}
|
|
|