Index: chrome/browser/resources/file_manager/manifest_new_ui.json |
diff --git a/chrome/browser/resources/file_manager/manifest_new_ui.json b/chrome/browser/resources/file_manager/manifest_new_ui.json |
index c7413a6197ff0a52d39deb7c2fe3716da2204c88..904623cb5ee59e946f55d2d6845298508a6681fc 100644 |
--- a/chrome/browser/resources/file_manager/manifest_new_ui.json |
+++ b/chrome/browser/resources/file_manager/manifest_new_ui.json |
@@ -32,35 +32,6 @@ |
"https://drive.google.com/" |
], |
"file_browser_handlers": [ |
- // Automatically opens a volume and later close Files.app when unmounted. |
hashimoto
2013/05/24 11:15:51
How about having a comment about how the order of
mtomasz
2013/05/27 01:20:20
Here the order doesn't matter at all. I just chang
|
- // TODO(mtomasz): Implement a better filtering than using file_filters. |
- { |
- "id": "auto-open", |
- "default_title": "__MSG_OPEN_ACTION__", |
- "default_icon": "images/filetype_generic.png", |
- "file_filters": [ |
- "filesystem:*" |
- ] |
- }, |
- // Selects the passed file after launching Files.app. |
- { |
- "id": "select", |
- "default_title": "__MSG_OPEN_ACTION__", |
- "default_icon": "images/filetype_generic.png", |
- "file_filters": [ |
- "filesystem:*" |
- ] |
- }, |
- // Opens the passed directory after launching Files.app. |
- // TODO(mtomasz): Implement a directories filtering instead of files. |
- { |
- "id": "open", |
- "default_title": "__MSG_OPEN_ACTION__", |
- "default_icon": "images/filetype_generic.png", |
- "file_filters": [ |
- "filesystem:*" |
- ] |
- }, |
{ |
"id": "play", |
"default_title": "__MSG_PLAY_MEDIA__", |
@@ -208,6 +179,27 @@ |
"file_filters": [ |
"filesystem:*.gslides" |
] |
+ }, |
+ // Automatically opens a volume and later close Files.app when unmounted. |
+ { |
+ "id": "auto-open", |
+ "default_title": "__MSG_OPEN_ACTION__", |
+ "default_icon": "images/filetype_generic.png", |
+ "file_filters": [] |
+ }, |
+ // Selects the passed file after launching Files.app. |
+ { |
+ "id": "select", |
+ "default_title": "__MSG_OPEN_ACTION__", |
+ "default_icon": "images/filetype_generic.png", |
+ "file_filters": [] |
+ }, |
+ // Opens the passed directory after launching Files.app. |
+ { |
+ "id": "open", |
+ "default_title": "__MSG_OPEN_ACTION__", |
+ "default_icon": "images/filetype_generic.png", |
+ "file_filters": [] |
} |
], |
"chrome_url_overrides": { |