Make the sort order in thumbnail view always alphabetical.
commitbd854587a2e1b3ca8e7b13299e3d74978b1933f9
authorfukino <fukino@chromium.org>
Mon, 8 Dec 2014 12:59:46 +0000 (8 04:59 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 8 Dec 2014 13:00:10 +0000 (8 13:00 +0000)
treec02d1b27aa2174fbf33b6e1ebac51025c3589f75
parent5fc1aed8104cf4fccef51d4a3c4a8899a72cc748
Make the sort order in thumbnail view always alphabetical.

Implemented sort related wrapper to ListContainer to fix the actual sort order
in thumbnail view in alphabetical order.

BUG=438915
TEST=sort files non-alphabetically in list view, change view to grid view, and confirm the sort order is alphabetical.
After that, change view to list view, and confirm that the first sort order is restored.

Review URL: https://codereview.chromium.org/755363004

Cr-Commit-Position: refs/heads/master@{#307233}
chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/grid_view.js
ui/file_manager/file_manager/foreground/js/app_state_controller.js
ui/file_manager/file_manager/foreground/js/ui/list_container.js