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

Unified Diff: webkit/fileapi/file_system_util.cc

Issue 11648027: Extract external file systems handling from isolated context. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/fileapi/file_system_util.cc
diff --git a/webkit/fileapi/file_system_util.cc b/webkit/fileapi/file_system_util.cc
index 43033b6911c2f198f59c08d27c7d7fd844b4597c..770f9d044950acbd914a6853060aa17ec33b7346 100644
--- a/webkit/fileapi/file_system_util.cc
+++ b/webkit/fileapi/file_system_util.cc
@@ -176,6 +176,8 @@ std::string GetFileSystemTypeString(FileSystemType type) {
return "NativeLocal";
case kFileSystemTypeRestrictedNativeLocal:
return "RestrictedNativeLocal";
+ case kFileSystemTypeIsolatedNativeLocal:
+ return "NativeLocal";
case kFileSystemTypeDragged:
return "Dragged";
case kFileSystemTypeNativeMedia:

Powered by Google App Engine
This is Rietveld 408576698