| Index: chrome/test/data/extensions/platform_apps/file_access_restored_test/manifest.json
|
| diff --git a/chrome/test/data/extensions/platform_apps/file_access_saved_to_prefs_test/manifest.json b/chrome/test/data/extensions/platform_apps/file_access_restored_test/manifest.json
|
| similarity index 70%
|
| copy from chrome/test/data/extensions/platform_apps/file_access_saved_to_prefs_test/manifest.json
|
| copy to chrome/test/data/extensions/platform_apps/file_access_restored_test/manifest.json
|
| index 59f5cf37a574d822cfe102d4efdf5c27a77a0152..4f6d3e3785439d51604d538d4e404b907a7e6565 100644
|
| --- a/chrome/test/data/extensions/platform_apps/file_access_saved_to_prefs_test/manifest.json
|
| +++ b/chrome/test/data/extensions/platform_apps/file_access_restored_test/manifest.json
|
| @@ -7,5 +7,5 @@
|
| "scripts": ["test.js"]
|
| }
|
| },
|
| - "permissions": ["fileSystem", "fileSystem.write"]
|
| + "permissions": ["fileSystem", "fileSystem.write", "storage"]
|
| }
|
|
|