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

Unified Diff: ui/file_manager/file_manager/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: ui/file_manager/file_manager/manifest.json
diff --git a/ui/file_manager/file_manager/manifest.json b/ui/file_manager/file_manager/manifest.json
index 78b23fffc7ddb11a35da428b29b38e3734ada2c0..87bb9b626451673f42ba44092d99b96953dff666 100644
--- a/ui/file_manager/file_manager/manifest.json
+++ b/ui/file_manager/file_manager/manifest.json
@@ -27,6 +27,9 @@
"echoPrivate",
"fileBrowserHandler",
"fileManagerPrivate",
+ {
+ "fileSystem": ["requestFileSystem", "write"]
+ },
"fullscreen",
"https://*.googleusercontent.com/",
"https://docs.google.com/",

Powered by Google App Engine
This is Rietveld 408576698