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

Unified Diff: webkit/fileapi/file_system_types.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_types.h
diff --git a/webkit/fileapi/file_system_types.h b/webkit/fileapi/file_system_types.h
index f3e63de3e57079f0cde743870e1ae9bead778c42..064a4f97e644eb1add766225794f92f3933aa0b3 100644
--- a/webkit/fileapi/file_system_types.h
+++ b/webkit/fileapi/file_system_types.h
@@ -52,6 +52,11 @@ enum FileSystemType {
// local path.
kFileSystemTypeNativeLocal,
+ // Indicates a local filesystem where we can access files using native
+ // local path, but with restricted access.
+ // Restricted native local file system is in read-only mode.
+ kFileSystemTypeRestrictedNativeLocal,
+
// Indicates a transient, isolated file system for dragged files (which could
// contain multiple dragged paths in the virtual root).
kFileSystemTypeDragged,

Powered by Google App Engine
This is Rietveld 408576698