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

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

Issue 18331017: Support choosing multiple files with fileSystem.chooseEntry. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 5 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/open_multiple_writable_existing_with_write/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system/is_writable_file_entry/manifest.json b/chrome/test/data/extensions/api_test/file_system/open_multiple_writable_existing_with_write/manifest.json
similarity index 51%
copy from chrome/test/data/extensions/api_test/file_system/is_writable_file_entry/manifest.json
copy to chrome/test/data/extensions/api_test/file_system/open_multiple_writable_existing_with_write/manifest.json
index 2588137c4a78bf17e1cc97b48e012b52d8d434b5..3ae9cd98e2018b22244c2227cc41fb891d615cb4 100644
--- a/chrome/test/data/extensions/api_test/file_system/is_writable_file_entry/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system/open_multiple_writable_existing_with_write/manifest.json
@@ -1,7 +1,8 @@
{
- "name": "chrome.fileSystem is writable file entry",
+ "name": "chrome.fileSystem open writable files with write",
"version": "0.1",
- "description": "Test for chrome.fileSystem.isWritableFileEntry",
+ "description":
+ "Test for chrome.fileSystem.chooseFile opening multiple writable files.",
"app": {
"background": {
"scripts": ["background.js"]

Powered by Google App Engine
This is Rietveld 408576698