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

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

Issue 2568033002: mediaview: Skeleton for ARC Documents Provider FS. (Closed)
Patch Set: Remove unused weak_ptr_factory_. Created 4 years 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 1116fcd563118eaf1b97315c2cd83d5bd964f8a6..fa6aaa08ce1831deb5f485a8d6b230ca50f2d21a 100644
--- a/storage/common/fileapi/file_system_util.cc
+++ b/storage/common/fileapi/file_system_util.cc
@@ -323,6 +323,8 @@ std::string GetFileSystemTypeString(FileSystemType type) {
return "DeviceMediaStorage";
case kFileSystemTypeArcContent:
return "ArcContent";
+ case kFileSystemTypeArcDocumentsProvider:
+ return "ArcDocumentsProvider";
case kFileSystemInternalTypeEnumStart:
case kFileSystemInternalTypeEnumEnd:
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698