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 d2da7491904d30d55ce135c277aaa9d81dfd6d3a..4c99bc671f30afb6ed70d40d9cd686d3342eeaac 100644 |
--- a/chrome/common/extensions/api/extension_api.json |
+++ b/chrome/common/extensions/api/extension_api.json |
@@ -8341,7 +8341,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. 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. 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"]} |