Commit 413a760b authored by Noel Gordon's avatar Noel Gordon Committed by Chromium LUCI CQ

[filesapp] Update image loader ImageCache.DB_VERSION

Due to issue 1152084 some users might have incorrectly EXIF orientated
JPEG thumbnails in their image loader cache. Update the image loader's
IDB cache version to reset (aka clear) the users image loader cache.

Bug: 1152084
Change-Id: I3fee9a406c10cca435227418310379cda4b25fac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569194Reviewed-by: default avatarAlex Danilo <adanilo@chromium.org>
Commit-Queue: Alex Danilo <adanilo@chromium.org>
Auto-Submit: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#833089}
parent 3b9c2462
......@@ -27,7 +27,7 @@ ImageCache.DB_NAME = 'image-loader';
* @type {number}
* @const
*/
ImageCache.DB_VERSION = 14;
ImageCache.DB_VERSION = 15;
/**
* Memory limit for images data in bytes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment