Index: chrome/common/extensions/api/types.json |
diff --git a/chrome/common/extensions/api/types.json b/chrome/common/extensions/api/types.json |
index 80f8c6a051cc0dff62a8146042560b686a378a5d..1a7c3063dbb9b5304ccb991c12e77a32c698ad59 100644 |
--- a/chrome/common/extensions/api/types.json |
+++ b/chrome/common/extensions/api/types.json |
@@ -150,26 +150,6 @@ |
] |
} |
] |
- }, |
- { |
- "id": "ImageDetails", |
- "type": "object", |
- "description": "Details about the format and quality of an image.", |
- "properties": { |
- "format": { |
- "type": "string", |
- "optional": true, |
- "enum": ["jpeg", "png"], |
- "description": "The format of the resulting image. Default is <code>\"jpeg\"</code>." |
- }, |
- "quality": { |
- "type": "integer", |
- "optional": true, |
- "minimum": 0, |
- "maximum": 100, |
- "description": "When format is <code>\"jpeg\"</code>, controls the quality of the resulting image. This value is ignored for PNG images. As quality is decreased, the resulting image will have more visual artifacts, and the number of bytes needed to store it will decrease." |
- } |
- } |
} |
] |
} |