Index: content/common/input/input_event.h |
diff --git a/content/common/input/input_event.h b/content/common/input/input_event.h |
index 4c13e061e1625cdbc93ea9b9e207e7875f2c90cf..71a3f2bac0c28ebe9492f7cfd0a132759f9bad28 100644 |
--- a/content/common/input/input_event.h |
+++ b/content/common/input/input_event.h |
@@ -22,13 +22,11 @@ class CONTENT_EXPORT InputEvent { |
public: |
InputEvent(); |
InputEvent(const blink::WebInputEvent& web_event, |
- const ui::LatencyInfo& latency_info, |
- bool is_keyboard_shortcut); |
+ const ui::LatencyInfo& latency_info); |
~InputEvent(); |
ScopedWebInputEvent web_event; |
ui::LatencyInfo latency_info; |
- bool is_keyboard_shortcut; |
private: |
DISALLOW_COPY_AND_ASSIGN(InputEvent); |