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

Unified Diff: webkit/fileapi/file_system_types.h

Issue 12717014: Launch packaged app with files on Drive on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 f657218ea014e4e138a9589554475e2acd9e3dbe..d06fcec972f0d1df5827e69fff0a7772dd9ffbf2 100644
--- a/webkit/fileapi/file_system_types.h
+++ b/webkit/fileapi/file_system_types.h
@@ -75,6 +75,10 @@ enum FileSystemType {
// Indicates a Syncable sandboxed filesystem which can be backed by a
// cloud storage service.
kFileSystemTypeSyncable,
+
+ // Indicates an external filesystem but with file path is specified by
+ // a full path, rather than a relative path from a mount point.
+ kFileSystemTypeExternalFullPath,
kinuko 2013/03/19 20:34:50 This filesystem type is being added not based on u
kinaba 2013/03/21 07:35:13 Changed to kFileSystemTypeNativeForPlatformApp. U
};
} // namespace fileapi

Powered by Google App Engine
This is Rietveld 408576698