| Index: chrome/test/data/extensions/api_test/filesystem_handler_write/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/filesystem_handler_write/manifest.json b/chrome/test/data/extensions/api_test/filesystem_handler_write/manifest.json
|
| index 7d55c5aef264175aeee013e1ec1b11d24f9277cd..436cdea0f1f299c0c8f87c158079aef1b60d7802 100644
|
| --- a/chrome/test/data/extensions/api_test/filesystem_handler_write/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/filesystem_handler_write/manifest.json
|
| @@ -9,7 +9,7 @@
|
| },
|
| "file_browser_handlers": [
|
| {
|
| - "id" : "AbcAction",
|
| + "id" : "TestAction_aBc",
|
| "default_title" : "abc file action.",
|
| "default_icon" : "icon.png",
|
| "file_filters" : [ "filesystem:*.aBc", "filesystem:*.abcfile" ]
|
| @@ -21,10 +21,12 @@
|
| "file_filters" : [ "filesystem:*.123", "filesystem:*.1234" ]
|
| },
|
| {
|
| - "id" : "BaseAction",
|
| - "default_title" : "Base action",
|
| + "id" : "TestAction_def",
|
| + "default_title" : "Read-only action",
|
| "default_icon" : "icon.png",
|
| - "file_filters" : [ "filesystem:*", "filesystem:*.*" ]
|
| + "file_filters" : [ "filesystem:*.def" ],
|
| + "file_access": [ "read" ]
|
| +
|
| }
|
| ],
|
| "permissions": [
|
|
|