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

Unified Diff: storage/common/fileapi/file_system_info.h

Issue 2297043002: Web expose FileSystemFileEntry, FileSystemDirectoryEntry and friends (Closed)
Patch Set: Rebased Created 4 years, 1 month 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_info.h
diff --git a/storage/common/fileapi/file_system_info.h b/storage/common/fileapi/file_system_info.h
index bb2fea9310ec1478c969b249b714f44caf27a810..655dc5d360e8a01bd0ea3f45e7881ece99af09c4 100644
--- a/storage/common/fileapi/file_system_info.h
+++ b/storage/common/fileapi/file_system_info.h
@@ -14,7 +14,7 @@
namespace storage {
// This struct is used to send the necessary information for Blink to create a
-// DOMFileSystem. Since Blink side only uses mount_type (rather than
+// FileSystem. Since Blink side only uses mount_type (rather than
// detailed/cracked filesystem type) this only contains mount_type but not type.
struct STORAGE_COMMON_EXPORT FileSystemInfo {
FileSystemInfo();

Powered by Google App Engine
This is Rietveld 408576698