Index: chrome/common/extensions/api/media_galleries.idl |
diff --git a/chrome/common/extensions/api/media_galleries.idl b/chrome/common/extensions/api/media_galleries.idl |
index a6368813a0c6ff6018011d2e18637ad65288a6cc..941c7b786e368bb3668f5ca205cbb11c9e80fdc6 100644 |
--- a/chrome/common/extensions/api/media_galleries.idl |
+++ b/chrome/common/extensions/api/media_galleries.idl |
@@ -104,26 +104,13 @@ |
long? height; |
long? width; |
- // Defined for images only. |
- double? xResolution; |
- double? yResolution; |
- |
// Defined for audio and video. In seconds. |
double? duration; |
// Defined for images and video. In degrees. |
long? rotation; |
- // Defined for images only. |
- DOMString? cameraMake; |
- DOMString? cameraModel; |
- double? exposureTimeSeconds; |
- boolean? flashFired; |
- double? fNumber; |
- double? focalLengthMm; |
- double? isoEquivalent; |
- |
- // Defined for audio and video only. |
+ // Generic metadata tags. |
DOMString? album; |
DOMString? artist; |
DOMString? comment; |