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

Unified Diff: chrome/test/data/extensions/api_test/file_system/retain_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/retain_directory/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system/retain_entry/manifest.json b/chrome/test/data/extensions/api_test/file_system/retain_directory/manifest.json
similarity index 80%
copy from chrome/test/data/extensions/api_test/file_system/retain_entry/manifest.json
copy to chrome/test/data/extensions/api_test/file_system/retain_directory/manifest.json
index 77f237db6e6a6768a27633a3b48023d666e2ef80..c424ddb8be9afcd3b78684330a0bb1b9a14ba878 100644
--- a/chrome/test/data/extensions/api_test/file_system/retain_entry/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system/retain_directory/manifest.json
@@ -7,5 +7,5 @@
"scripts": ["background.js"]
}
},
- "permissions": ["fileSystem"]
+ "permissions": [{"fileSystem": ["directory"]}]
}

Powered by Google App Engine
This is Rietveld 408576698