Chromium Code Reviews| Index: runtime/bin/eventhandler.h |
| diff --git a/runtime/bin/eventhandler.h b/runtime/bin/eventhandler.h |
| index 5d7832e730cce3177a1f353d1a2aebcf02061b0b..1a2e6985a224faa472008b59563611990a941d26 100644 |
| --- a/runtime/bin/eventhandler.h |
| +++ b/runtime/bin/eventhandler.h |
| @@ -20,6 +20,7 @@ enum MessageFlags { |
| kOutEvent = 1, |
| kErrorEvent = 2, |
| kCloseEvent = 3, |
| + kDestroyedEvent = 4, |
| kCloseCommand = 8, |
| kShutdownReadCommand = 9, |
| kShutdownWriteCommand = 10, |