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

Unified Diff: webkit/fileapi/file_system_util.cc

Issue 12717014: Launch packaged app with files on Drive on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 5b3f4f5c86ec90af86a6c10141157ee5ed22d1db..3a3366e830aaf659122f06041f5a3c0b12c629d0 100644
--- a/webkit/fileapi/file_system_util.cc
+++ b/webkit/fileapi/file_system_util.cc
@@ -239,6 +239,8 @@ std::string GetFileSystemTypeString(FileSystemType type) {
return "Drive";
case kFileSystemTypeSyncable:
return "Syncable";
+ case kFileSystemTypeExternalFullPath:
+ return "ExternalFullPath";
case kFileSystemTypeUnknown:
return "Unknown";
}

Powered by Google App Engine
This is Rietveld 408576698