Index: chrome/common/extensions/api/downloads.idl |
diff --git a/chrome/common/extensions/api/downloads.idl b/chrome/common/extensions/api/downloads.idl |
index 4b8f5b0f3ecb21c03c025f91e45c8b29e19f4bef..38a85bd4f3706ba511028983e80ec985e2e4ba4d 100644 |
--- a/chrome/common/extensions/api/downloads.idl |
+++ b/chrome/common/extensions/api/downloads.idl |
@@ -380,8 +380,10 @@ namespace downloads { |
}; |
[inline_doc] dictionary GetFileIconOptions { |
- // The size of the icon. The returned icon will be square with dimensions |
- // size * size pixels. The default size for the icon is 32x32 pixels. |
+ // The size of the returned icon. The icon will be square with dimensions |
+ // size * size pixels. The default and largest size for the icon is 32x32 |
+ // pixels. The only supported sizes are 16 and 32. It is an error to specify |
+ // any other size. |
[legalValues=(16,32)] long? size; |
}; |