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

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

Issue 120533006: Stub for Privet file system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/common/fileapi/file_system_util.cc
diff --git a/webkit/common/fileapi/file_system_util.cc b/webkit/common/fileapi/file_system_util.cc
index ef685fe3c6be7bffbc5a911d88e45de9c64b5d2e..6825f3280df1f4fbb79aee8e8712610c3b00bde3 100644
--- a/webkit/common/fileapi/file_system_util.cc
+++ b/webkit/common/fileapi/file_system_util.cc
@@ -255,6 +255,8 @@ std::string GetFileSystemTypeString(FileSystemType type) {
return "TransientFile";
case kFileSystemTypePluginPrivate:
return "PluginPrivate";
+ case kFileSystemTypeCloudDevice:
+ return "CloudDevice";
case kFileSystemInternalTypeEnumStart:
case kFileSystemInternalTypeEnumEnd:
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698