| Index: chrome/test/data/extensions/api_test/extfs/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/file_browser/file_watcher_test/manifest.json b/chrome/test/data/extensions/api_test/extfs/manifest.json
|
| similarity index 58%
|
| copy from chrome/test/data/extensions/api_test/file_browser/file_watcher_test/manifest.json
|
| copy to chrome/test/data/extensions/api_test/extfs/manifest.json
|
| index a48f22f0add1cc2735af0dfddcfe4d9c5d4285a8..95ea82164928d2c8758089d63dc9567a02705135 100644
|
| --- a/chrome/test/data/extensions/api_test/file_browser/file_watcher_test/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/extfs/manifest.json
|
| @@ -1,16 +1,17 @@
|
| {
|
| "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDOuXEIuoK1kAkBe0SKiJn/N9oNn3oUxGa4dwj40MnJqPn+w0aR2vuyocm0R4Drp67aYwtLjOVPF4CICRq6ICP6eU07gGwQxGdZ7HJASXV8hm0tab5I70oJmRLfFJyVAMCeWlFaOGq05v2i6EbifZM0qO5xALKNGQt+yjXi5INM5wIBIw==",
|
| - "name": "chrome.fileBrowserPrivate tests",
|
| + "name": "chrome.extfs.test",
|
| "version": "0.1",
|
| "manifest_version": 2,
|
| - "description": "Tests of chrome.fileBrowserPrivate.* component extension methods",
|
| + "description": "end-to-end browser test for chrome.extfs.addMountPoint API",
|
| + "permissions": [
|
| + "extfs",
|
| + "fileBrowserHandler",
|
| + "fileBrowserPrivate"
|
| + ],
|
| "app": {
|
| "background": {
|
| - "scripts": ["test.js"]
|
| + "scripts": ["file_system.js", "test.js"]
|
| }
|
| - },
|
| - "permissions": [
|
| - "fileBrowserHandler",
|
| - "fileBrowserPrivate"
|
| - ]
|
| + }
|
| }
|
|
|