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

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 and make it build only on chromeos Created 7 years, 2 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: extensions/common/permissions/api_permission.h
diff --git a/extensions/common/permissions/api_permission.h b/extensions/common/permissions/api_permission.h
index 2ff17eaef4247cce9076926fccb9dadd3328f634..173e22ff21ad1e7772be2984df099bb37364775e 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,

Powered by Google App Engine
This is Rietveld 408576698