Chromium Code Reviews| Index: base/file_util.h |
| diff --git a/base/file_util.h b/base/file_util.h |
| index 108c998ac9c1288371c4d19e30219c0ecd8768a6..481c6423f449a809fefa876f38d539452bfe3b3f 100644 |
| --- a/base/file_util.h |
| +++ b/base/file_util.h |
| @@ -625,6 +625,7 @@ enum FileSystemType { |
| FILE_SYSTEM_SMB, |
| FILE_SYSTEM_CODA, |
| FILE_SYSTEM_MEMORY, // in-memory file system |
| + FILE_SYSTEM_CGROUP, // cgroup control. |
| FILE_SYSTEM_OTHER, // any other value. |
| FILE_SYSTEM_TYPE_COUNT |
| }; |