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

Unified Diff: ui/file_manager/video_player/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/video_player/manifest.json
diff --git a/ui/file_manager/video_player/manifest.json b/ui/file_manager/video_player/manifest.json
index 843df0f761d8ee2f829371dc59e61f06100f9dff..77f8e55c98aa99b7f51f7bd3f6a0d18a486e9308 100644
--- a/ui/file_manager/video_player/manifest.json
+++ b/ui/file_manager/video_player/manifest.json
@@ -21,6 +21,9 @@
"fileSystem",
"fileBrowserHandler",
"fileManagerPrivate",
+ {
+ "fileSystem": ["requestFileSystem", "write"]
+ },
"fullscreen",
"mediaPlayerPrivate",
"metricsPrivate",

Powered by Google App Engine
This is Rietveld 408576698