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

Unified Diff: extensions/common/permissions/api_permission.h

Issue 50703013: fileSystemProvider: First cut at implementing fileSystemProvider API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 1 month 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
« no previous file with comments | « chrome/test/data/extensions/api_test/file_system_provider/mount/test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/permissions/api_permission.h
diff --git a/extensions/common/permissions/api_permission.h b/extensions/common/permissions/api_permission.h
index 0aa8989a5e0e6c5ffc8a0cf4b51f76b8024568b8..e748aabdbbcd7c4a2bf5cb5c24bea11548f50813 100644
--- a/extensions/common/permissions/api_permission.h
+++ b/extensions/common/permissions/api_permission.h
@@ -83,6 +83,7 @@ class APIPermission {
kFileBrowserPrivate,
kFileSystem,
kFileSystemDirectory,
+ kFileSystemProvider,
kFileSystemRetainEntries,
kFileSystemWrite,
kFileSystemWriteDirectory,
« no previous file with comments | « chrome/test/data/extensions/api_test/file_system_provider/mount/test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698