Chromium Code Reviews| Index: runtime/bin/file.h |
| diff --git a/runtime/bin/file.h b/runtime/bin/file.h |
| index 15b088d26b32d2a73701bb9b0adf33ce63d808c5..cf9f68997a6e49c5d7f31b1791a13fab1c39c1b9 100644 |
| --- a/runtime/bin/file.h |
| +++ b/runtime/bin/file.h |
| @@ -83,7 +83,9 @@ class File { |
| kWriteFromRequest = 18, |
| kCreateLinkRequest = 19, |
| kDeleteLinkRequest = 20, |
| - kLinkTargetRequest = 21 |
| + kLinkTargetRequest = 21, |
| + kTypeRequest = 22, |
| + kIdenticalRequest = 23 |
| }; |
| ~File(); |