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

Unified Diff: ui/file_manager/audio_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/audio_player/manifest.json
diff --git a/ui/file_manager/audio_player/manifest.json b/ui/file_manager/audio_player/manifest.json
index 263dbdf1bed312fd615807775f62185157dcb96a..7a15cf266175279de88fa4849be8a3711e5325b3 100644
--- a/ui/file_manager/audio_player/manifest.json
+++ b/ui/file_manager/audio_player/manifest.json
@@ -21,6 +21,9 @@
"fileSystem",
"fileBrowserHandler",
"fileManagerPrivate",
+ {
+ "fileSystem": ["requestFileSystem", "write"]
+ },
"fullscreen",
"mediaPlayerPrivate",
"power",

Powered by Google App Engine
This is Rietveld 408576698