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

Unified Diff: ui/file_manager/file_manager/foreground/js/file_grid.js

Issue 307473002: Use embedded thumbnails in the grid view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/js/file_grid.js
diff --git a/ui/file_manager/file_manager/foreground/js/file_grid.js b/ui/file_manager/file_manager/foreground/js/file_grid.js
index d3ea59fc26d1df2ec6f711a01ad389d42102e5a2..1385e7d5fc4ae7eb77f63d8a049d1e9b9927c144 100644
--- a/ui/file_manager/file_manager/foreground/js/file_grid.js
+++ b/ui/file_manager/file_manager/foreground/js/file_grid.js
@@ -75,7 +75,7 @@ FileGrid.prototype.updateListItemsMetadata = function(type, props) {
this.metadataCache_,
this.volumeManager_,
ThumbnailLoader.FillMode.FIT,
- FileGrid.ThumbnailQuality.HIGH);
+ FileGrid.ThumbnailQuality.LOW);
}
};
@@ -121,7 +121,7 @@ FileGrid.decorateThumbnail = function(li, entry, metadataCache, volumeManager) {
metadataCache,
volumeManager,
ThumbnailLoader.FillMode.AUTO,
- FileGrid.ThumbnailQuality.HIGH);
+ FileGrid.ThumbnailQuality.LOW);
}
frame.appendChild(box);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698