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

Unified Diff: storage/common/fileapi/file_system_util.cc

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 side-by-side diff with in-line comments
Download patch
Index: storage/common/fileapi/file_system_util.cc
diff --git a/storage/common/fileapi/file_system_util.cc b/storage/common/fileapi/file_system_util.cc
index f67c864af8d2337c467f963d8a88c207c860754f..2653d607aeae0c027ca1034d9d37b1180c997af1 100644
--- a/storage/common/fileapi/file_system_util.cc
+++ b/storage/common/fileapi/file_system_util.cc
@@ -317,6 +317,8 @@ std::string GetFileSystemTypeString(FileSystemType type) {
return "CloudDevice";
case kFileSystemTypeProvided:
return "Provided";
+ case kFileSystemTypePluginProvided:
+ return "PluginProvided";
case kFileSystemTypeDeviceMediaAsFileStorage:
return "DeviceMediaStorage";
case kFileSystemInternalTypeEnumStart:
« no previous file with comments | « storage/common/fileapi/file_system_types.h ('k') | ui/file_manager/file_manager/background/js/volume_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698