Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: ui/file_manager/file_manager/manifest.json

Issue 562103002: Files.app: Split background.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/file_manager/manifest.json
diff --git a/ui/file_manager/file_manager/manifest.json b/ui/file_manager/file_manager/manifest.json
index ca6294566f0c052a2a09b8a0af4312516869f5c7..818dce38d1de61cc22841f54a83158d5c3e4a7cd 100644
--- a/ui/file_manager/file_manager/manifest.json
+++ b/ui/file_manager/file_manager/manifest.json
@@ -42,20 +42,6 @@
],
"file_browser_handlers": [
{
- "id": "play",
- "default_title": "__MSG_PLAY_MEDIA__",
- "default_icon": "common/images/file_types/200/audio.png",
- "file_filters": [
- "filesystem:*.amr",
- "filesystem:*.flac",
- "filesystem:*.m4a",
- "filesystem:*.mp3",
- "filesystem:*.oga",
- "filesystem:*.ogg",
- "filesystem:*.wav"
- ]
- },
- {
"id": "mount-archive",
"default_title": "__MSG_MOUNT_ARCHIVE__",
"default_icon": "common/images/file_types/200/archive.png",
@@ -156,6 +142,8 @@
// enough that anything is passed to web_accessible_resources. If there is
// at least any file, then all files are allowed. http://crbug.com/179127.
"web_accessible_resources": [
+ "background/js/app_window_wrapper.js",
+ "background/js/background_base.js",
"background/js/test_util.js",
"background/js/volume_manager.js",
"common/js/async_util.js",
@@ -187,6 +175,8 @@
"common/js/progress_center_common.js",
"common/js/util.js",
"common/js/volume_manager_common.js",
+ "background/js/app_window_wrapper.js",
+ "background/js/background_base.js",
"background/js/device_handler.js",
"background/js/drive_sync_handler.js",
"background/js/file_operation_handler.js",
« no previous file with comments | « ui/file_manager/file_manager/background/js/background_base.js ('k') | ui/file_manager/file_manager_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698