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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/big_file/manifest.json

Issue 985533004: Implement chrome.fileSystem.requestFileSystem(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed kiosk mode. Created 5 years, 9 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_provider/big_file/manifest.json
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/big_file/manifest.json b/chrome/test/data/extensions/api_test/file_system_provider/big_file/manifest.json
index 0cb9298928956ffc69bc9f898d370d14d1d4b922..2edefe59118981c77f10ac9b591385952ee5ce8b 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/big_file/manifest.json
+++ b/chrome/test/data/extensions/api_test/file_system_provider/big_file/manifest.json
@@ -8,6 +8,9 @@
"Test for chrome.fileSystemProvider.onReadFileRequested(). Testing support for very large files.",
"permissions": [
"fileSystemProvider",
+ {
+ "fileSystem": ["requestFileSystem", "write"]
+ },
"fileManagerPrivate",
"fileBrowserHandler"
],

Powered by Google App Engine
This is Rietveld 408576698