Index: base/files/file.h |
diff --git a/base/files/file.h b/base/files/file.h |
index 8b3934db3f5009dfe7881c00651159859d4d74f0..66b78fa5f5d4a3e8e2cf0a85e74c6c276aac3699 100644 |
--- a/base/files/file.h |
+++ b/base/files/file.h |
@@ -85,6 +85,7 @@ class BASE_EXPORT File { |
FLAG_TERMINAL_DEVICE = 1 << 16, // Serial port flags. |
FLAG_BACKUP_SEMANTICS = 1 << 17, // Used on Windows only. |
FLAG_EXECUTE = 1 << 18, // Used on Windows only. |
+ FLAG_SEQUENTIAL_SCAN = 1 << 19, // Used on Windows only. |
}; |
// This enum has been recorded in multiple histograms. If the order of the |