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

Side by Side Diff: storage/common/fileapi/file_system_types.h

Issue 1093383002: [WIP] Provided file system from NACL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved several modules to chromeos folder. Created 5 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef STORAGE_COMMON_FILEAPI_FILE_SYSTEM_TYPES_H_ 5 #ifndef STORAGE_COMMON_FILEAPI_FILE_SYSTEM_TYPES_H_
6 #define STORAGE_COMMON_FILEAPI_FILE_SYSTEM_TYPES_H_ 6 #define STORAGE_COMMON_FILEAPI_FILE_SYSTEM_TYPES_H_
7 7
8 #include "third_party/WebKit/public/platform/WebFileSystemType.h" 8 #include "third_party/WebKit/public/platform/WebFileSystemType.h"
9 9
10 namespace storage { 10 namespace storage {
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 // via regular OpenFileSystem, and provides private filesystem space for 115 // via regular OpenFileSystem, and provides private filesystem space for
116 // given identifier in each origin. 116 // given identifier in each origin.
117 kFileSystemTypePluginPrivate, 117 kFileSystemTypePluginPrivate,
118 118
119 // A filesystem that is mounted via the Privet storage protocol. 119 // A filesystem that is mounted via the Privet storage protocol.
120 kFileSystemTypeCloudDevice, 120 kFileSystemTypeCloudDevice,
121 121
122 // A filesystem that is mounted via the FileSystemProvider API. 122 // A filesystem that is mounted via the FileSystemProvider API.
123 kFileSystemTypeProvided, 123 kFileSystemTypeProvided,
124 124
125 // A plugin filesystem that is mounted via the FileSystemProvider API.
126 kFileSystemTypePluginProvided,
125 // A media filesystem such as MTP or PTP, mounted as a file storage not 127 // A media filesystem such as MTP or PTP, mounted as a file storage not
126 // limited to media files. 128 // limited to media files.
127 kFileSystemTypeDeviceMediaAsFileStorage, 129 kFileSystemTypeDeviceMediaAsFileStorage,
128 130
129 // -------------------------------------------------------------------- 131 // --------------------------------------------------------------------
130 // Marks the end of internal type enum. (This is not the actual fs type) 132 // Marks the end of internal type enum. (This is not the actual fs type)
131 // New internal filesystem types must be added above this line. 133 // New internal filesystem types must be added above this line.
132 kFileSystemInternalTypeEnumEnd, 134 kFileSystemInternalTypeEnumEnd,
133 }; 135 };
134 136
135 } // namespace storage 137 } // namespace storage
136 138
137 #endif // STORAGE_COMMON_FILEAPI_FILE_SYSTEM_TYPES_H_ 139 #endif // STORAGE_COMMON_FILEAPI_FILE_SYSTEM_TYPES_H_
OLDNEW
« no previous file with comments | « storage/browser/fileapi/file_system_context.cc ('k') | storage/common/fileapi/file_system_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698