Load import history into FileManager as part of core initialization.
commit355b5a97a8ab51f0a2800594013ec833a2f3a760
authorsmckay <smckay@chromium.org>
Wed, 19 Nov 2014 04:54:10 +0000 (18 20:54 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 19 Nov 2014 04:54:36 +0000 (19 04:54 +0000)
tree02ecd7b95c66dc0bdb2361f3f86a1ce8eede339a
parenta342783d1f480c6015f66bc307380bfc61d956e2
Load import history into FileManager as part of core initialization.
Show a badge on a file that was previously imported; will handle live updates to badge in a later CL.

BUG=420680
TEST=browser_test: *ImportHistoryTest*

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

Cr-Commit-Position: refs/heads/master@{#304764}
19 files changed:
chrome/test/data/file_manager/unit_tests/import_history_unittest.html
chrome/test/data/file_manager/unit_tests/import_history_unittest.js
ui/file_manager/file_manager/background/js/background.js
ui/file_manager/file_manager/background/js/compiled_resources.gyp
ui/file_manager/file_manager/background/js/import_history.js
ui/file_manager/file_manager/background/js/volume_manager.js
ui/file_manager/file_manager/common/js/importer_common.js [new file with mode: 0644]
ui/file_manager/file_manager/common/js/volume_manager_common.js
ui/file_manager/file_manager/foreground/css/file_manager.css
ui/file_manager/file_manager/foreground/images/files/ui/2x/drive_badge.png [new file with mode: 0644]
ui/file_manager/file_manager/foreground/images/files/ui/drive_badge.png [new file with mode: 0644]
ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
ui/file_manager/file_manager/foreground/js/file_manager.js
ui/file_manager/file_manager/foreground/js/main_scripts.js
ui/file_manager/file_manager/foreground/js/ui/file_grid.js
ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js
ui/file_manager/file_manager/main.html
ui/file_manager/file_manager/manifest.json
ui/file_manager/file_manager_resources.grd