Index: ui/base/events/event_constants.h |
diff --git a/ui/base/events/event_constants.h b/ui/base/events/event_constants.h |
index bd966eafb0e759105fafea173558f750a3c2232e..4a3f592355090451eb7ea7d84e441ba7ced2ad97 100644 |
--- a/ui/base/events/event_constants.h |
+++ b/ui/base/events/event_constants.h |
@@ -104,8 +104,6 @@ enum EventResult { |
// still be propagated to other handlers. |
ER_CONSUMED = 1 << 1, // The event has been handled, and it should not be |
// propagated to other handlers. |
- ER_ASYNC = 1 << 2, // The event will be processed asynchronously. The |
- // event can still be propagated to other handlers. |
}; |
// Phase of the event dispatch. |