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

Unified Diff: chrome/test/data/extensions/api_test/file_system/restore_directory/manifest.json

Issue 23146016: Add support for directory access to the file system API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@simpler-write-permissions
Patch Set: Created 7 years, 4 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: chrome/test/data/extensions/api_test/file_system/restore_directory/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system/restore_entry/manifest.json b/chrome/test/data/extensions/api_test/file_system/restore_directory/manifest.json
similarity index 78%
copy from chrome/test/data/extensions/api_test/file_system/restore_entry/manifest.json
copy to chrome/test/data/extensions/api_test/file_system/restore_directory/manifest.json
index dedc50f4cc03f2a91e3f9bbc6b86282ed09a8695..afa32cdeeaf074c9ee23e0435d4df3cd91621835 100644
--- a/chrome/test/data/extensions/api_test/file_system/restore_entry/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system/restore_directory/manifest.json
@@ -7,5 +7,5 @@
"scripts": ["background.js"]
}
},
- "permissions": [{"fileSystem": ["write"]}]
+ "permissions": [{"fileSystem": ["write", "directory"]}]
}

Powered by Google App Engine
This is Rietveld 408576698