Enable tree view for all volumes.
commit3356d68cd9bcec97bcfe79201e2e757fdb7ed17e
authorfukino <fukino@chromium.org>
Tue, 27 Jan 2015 13:36:29 +0000 (27 05:36 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 27 Jan 2015 13:37:31 +0000 (27 13:37 +0000)
treecf657d3ab6cf5a50e204e7fc50c1e2ece49917e4
parent00d64bc73bfa9d5ffcb086cc8cbae39513391067
Enable tree view for all volumes.

This CL enables tree navigation view for all volumes by making VolumeItem as a subclass of DirectoryItem.
VolumeItem for Google Drive has special treatments so that Google Drive always reveals its root directory and fake entries(Shared with me, Recent, and Offline).
Drive shortcuts are not shown as a tree intentionally.

BUG=398291
TEST=run browser_tests

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

Cr-Commit-Position: refs/heads/master@{#313268}
ui/file_manager/file_manager/foreground/css/file_manager.css
ui/file_manager/file_manager/foreground/js/file_manager_commands.js
ui/file_manager/file_manager/foreground/js/ui/directory_tree.js