| 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 ce645e82a765577290a9b79b545c2828a4545d87..e5762b1e4321093a9cf26991d909f03d33b62566 100644
 | 
| --- a/chrome/common/extensions/api/media_galleries.idl
 | 
| +++ b/chrome/common/extensions/api/media_galleries.idl
 | 
| @@ -104,13 +104,26 @@ namespace mediaGalleries {
 | 
|      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;
 | 
|  
 | 
| -    // Generic metadata tags.
 | 
| +    // Defined for images only.
 | 
| +    DOMString? cameraMake;
 | 
| +    DOMString? cameraModel;
 | 
| +    double? exposureTimeSeconds;
 | 
| +    boolean? flashFired;
 | 
| +    double? fNumber;
 | 
| +    double? focalLengthMm;
 | 
| +    double? isoEquivalent;
 | 
| +
 | 
| +    // Defined for audio and video only.
 | 
|      DOMString? album;
 | 
|      DOMString? artist;
 | 
|      DOMString? comment;
 | 
| 
 |