Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
commit698a1525a28f2875f171495f78012ab872e8e7a2
authormfomitchev <mfomitchev@chromium.org>
Thu, 2 Apr 2015 20:38:00 +0000 (2 13:38 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 2 Apr 2015 20:38:28 +0000 (2 20:38 +0000)
treebed12ccf9d5aaebb93e93dae650b13cf642eb576
parent78fb2d9a429de070b0d7c9c57710cffa52c4b52b
Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001 of https://codereview.chromium.org/1056433003/)

Reason for revert:
Broke the build:
http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linux/builds/18940

## /mnt/data/b/build/slave/Closure_Compilation_Linux/build/src/ui/file_manager/file_manager/foreground/js/navigation_list_model.js:33: ERROR - NavigationModelShortcutItem cannot extend this type; structs can only extend structs
## function NavigationModelShortcutItem(label, entry) {

Original issue's description:
> Add button to add new FSP services to Files app.
>
> This CL adds a FSP suggest dialog which can be shown by clicking the button at
> the end of the left nav.
>
> TEST=Tested manually by clicking on the new button in the left nav.
> BUG=471722

TBR=hirono@chromium.org,mtomasz@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=471722

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

Cr-Commit-Position: refs/heads/master@{#323556}
16 files changed:
chrome/app/chromeos_strings.grdp
chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
ui/file_manager/file_manager/foreground/css/file_manager.css
ui/file_manager/file_manager/foreground/css/file_types.css
ui/file_manager/file_manager/foreground/images/volumes/2x/add.png [deleted file]
ui/file_manager/file_manager/foreground/images/volumes/add.png [deleted file]
ui/file_manager/file_manager/foreground/js/cws_container_client.js
ui/file_manager/file_manager/foreground/js/file_manager.js
ui/file_manager/file_manager/foreground/js/file_manager_commands.js
ui/file_manager/file_manager/foreground/js/navigation_list_model.js
ui/file_manager/file_manager/foreground/js/ui/directory_tree.js
ui/file_manager/file_manager/foreground/js/ui/suggest_apps_dialog.js
ui/file_manager/file_manager/main.html
ui/file_manager/integration_tests/file_manager/copy_between_windows.js
ui/file_manager/integration_tests/file_manager/file_display.js
ui/file_manager/integration_tests/file_manager/folder_shortcuts.js