Index: content/browser/renderer_host/input/input_ack_handler.h |
diff --git a/content/browser/renderer_host/input/input_ack_handler.h b/content/browser/renderer_host/input/input_ack_handler.h |
index 0e34b824c8451c23a60a802652a22ec4aaa8e657..77df9a55658db79db5d31f3b05cf3917524baa4f 100644 |
--- a/content/browser/renderer_host/input/input_ack_handler.h |
+++ b/content/browser/renderer_host/input/input_ack_handler.h |
@@ -29,7 +29,6 @@ class CONTENT_EXPORT InputAckHandler { |
InputEventAckState ack_result) = 0; |
enum UnexpectedEventAckType { |
- UNEXPECTED_ACK, |
UNEXPECTED_EVENT_TYPE, |
BAD_ACK_MESSAGE |
}; |