Index: components/filesystem/public/interfaces/types.mojom |
diff --git a/components/filesystem/public/interfaces/types.mojom b/components/filesystem/public/interfaces/types.mojom |
index 97988f65b2f6c56d382875f29ce27a30ee74dcf1..6a2ba49b5d31c9a4cd6c1ef7c9baa113ac5ac910 100644 |
--- a/components/filesystem/public/interfaces/types.mojom |
+++ b/components/filesystem/public/interfaces/types.mojom |
@@ -77,6 +77,8 @@ const uint32 kFlagOpenTruncated = 0x10; |
const uint32 kFlagRead = 0x20; |
const uint32 kFlagWrite = 0x40; |
const uint32 kFlagAppend = 0x80; |
+// Deletes the file when closed. |
+const uint32 kDeleteOnClose = 0x2000; |
// File types. |
// |