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"] |