Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8268)

Unified Diff: chrome/common/extensions/api/downloads.idl

Issue 137043005: Fix chrome.downloads.getFileIcon for hi-dpi and clarify docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix hi-dpi Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/downloads.idl
diff --git a/chrome/common/extensions/api/downloads.idl b/chrome/common/extensions/api/downloads.idl
index a1cb3eae424db0e78760181acbdfbc9950f2d58c..ba40f1baa6a796e076bd8df9c32063efa7b518f9 100644
--- a/chrome/common/extensions/api/downloads.idl
+++ b/chrome/common/extensions/api/downloads.idl
@@ -380,7 +380,8 @@ 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.
+ // size * size pixels. The default and largest size for the icon is 32x32
+ // pixels. Valid values are 16 and 32. No other sizes are supported.
not at google - send to devlin 2014/01/14 19:16:24 just "The only supported sizes are 16 and 32, anyt
benjhayden 2014/01/15 23:58:20 Done.
[legalValues=(16,32)] long? size;
};

Powered by Google App Engine
This is Rietveld 408576698