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

Unified Diff: webkit/fileapi/file_system_mount_point_provider.h

Issue 10993066: Add oem mount point to cros_mount_provider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forgot one file Created 8 years, 3 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: webkit/fileapi/file_system_mount_point_provider.h
diff --git a/webkit/fileapi/file_system_mount_point_provider.h b/webkit/fileapi/file_system_mount_point_provider.h
index 1ee7ab467ef0fc0ba4adec306f30b1c602c68d07..c36a602e81c182f55e242899d807c295300acd33 100644
--- a/webkit/fileapi/file_system_mount_point_provider.h
+++ b/webkit/fileapi/file_system_mount_point_provider.h
@@ -140,6 +140,9 @@ class ExternalFileSystemMountPointProvider
virtual bool HasMountPoint(const FilePath& mount_point) = 0;
// Adds a new local mount point.
virtual void AddLocalMountPoint(const FilePath& mount_point) = 0;
+ // Adds a new local mount point that will be accessible only by extensions
+ // that have been granted full acess for all external file systems.
+ virtual void AddRestrictedLocalMountPoint(const FilePath& mount_point) = 0;
// Adds a new remote mount point.
virtual void AddRemoteMountPoint(
const FilePath& mount_point,

Powered by Google App Engine
This is Rietveld 408576698