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

Unified Diff: webkit/fileapi/file_system_types.h

Issue 11648027: Extract external file systems handling from isolated context. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 064a4f97e644eb1add766225794f92f3933aa0b3..17aa35cc7977d610850036c0f337bc537ead9042 100644
--- a/webkit/fileapi/file_system_types.h
+++ b/webkit/fileapi/file_system_types.h
@@ -57,6 +57,10 @@ enum FileSystemType {
// Restricted native local file system is in read-only mode.
kFileSystemTypeRestrictedNativeLocal,
+ // Indicates a isolated local filesystem where we can access files using
+ // native local path.
+ kFileSystemTypeIsolatedNativeLocal,
kinuko 2013/01/09 16:37:12 Why do we need this separate type?
tonibarzic 2013/01/09 17:09:46 I don't think we need.. I wanted to check somethin
+
// 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