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

Unified Diff: chrome/test/data/extensions/api_test/file_system/open_multiple_existing/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_existing/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system/get_writable_file_entry/manifest.json b/chrome/test/data/extensions/api_test/file_system/open_multiple_existing/manifest.json
similarity index 51%
copy from chrome/test/data/extensions/api_test/file_system/get_writable_file_entry/manifest.json
copy to chrome/test/data/extensions/api_test/file_system/open_multiple_existing/manifest.json
index 283fcf8f231797bcafaafc83b763460bcce02bcc..89aaa98083af6e68d549ae9628e6743373b4659e 100644
--- a/chrome/test/data/extensions/api_test/file_system/get_writable_file_entry/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system/open_multiple_existing/manifest.json
@@ -1,7 +1,8 @@
{
- "name": "chrome.fileSystem get writable file entry",
+ "name": "chrome.fileSystem open existing files",
"version": "0.1",
- "description": "Test for chrome.fileSystem.getWritableFileEntry",
+ "description":
+ "Test for chrome.fileSystem.chooseFile opening multiple existing files.",
"app": {
"background": {
"scripts": ["background.js"]

Powered by Google App Engine
This is Rietveld 408576698