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

Unified Diff: ui/file_manager/image_loader/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/image_loader/manifest.json
diff --git a/ui/file_manager/image_loader/manifest.json b/ui/file_manager/image_loader/manifest.json
index 431b5d404e03648ebd65de8b00b982d01489ace1..cc25b7992c3ede13723c2f5f4cf54ddf50b0eccc 100644
--- a/ui/file_manager/image_loader/manifest.json
+++ b/ui/file_manager/image_loader/manifest.json
@@ -8,6 +8,9 @@
"manifest_version": 2,
"permissions": [
"fileBrowserHandler",
+ {
+ "fileSystem": ["requestFileSystem"]
+ },
"fileManagerPrivate",
"https://www.googledrive.com/"
],

Powered by Google App Engine
This is Rietveld 408576698