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

Unified Diff: webkit/fileapi/file_system_util.cc

Issue 10332071: Pass command line arguments onto platform apps which provide the right intent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Browser cleanup Created 8 years, 7 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 cf3081d49539543341aef8f0d8f46ccc3d5617a9..0bfbb5e5b692491e50b0e2c70f8d491688e371ce 100644
--- a/webkit/fileapi/file_system_util.cc
+++ b/webkit/fileapi/file_system_util.cc
@@ -223,6 +223,8 @@ std::string GetFileSystemTypeString(FileSystemType type) {
return fileapi::kPersistentName;
case kFileSystemTypeExternal:
return fileapi::kExternalName;
+ case kFileSystemTypeIsolated:
+ return fileapi::kIsolatedName;
case kFileSystemTypeTest:
return fileapi::kTestName;
case kFileSystemTypeUnknown:

Powered by Google App Engine
This is Rietveld 408576698