Index: content/browser/devtools/protocol/input_handler.h |
diff --git a/content/browser/devtools/protocol/input_handler.h b/content/browser/devtools/protocol/input_handler.h |
index 463efe92b9298af0db7ae87f024d5ffca9e22519..c4de07876bc5e3c6b08e11e8a4ba2c25853544e1 100644 |
--- a/content/browser/devtools/protocol/input_handler.h |
+++ b/content/browser/devtools/protocol/input_handler.h |
@@ -43,19 +43,6 @@ class InputHandler { |
const std::string* unmodified_text, |
const std::string* key_identifier, |
const std::string* code, |
- const int* windows_virtual_key_code, |
- const int* native_virtual_key_code, |
- const bool* auto_repeat, |
- const bool* is_keypad, |
- const bool* is_system_key); |
- |
- Response DispatchKeyEvent(const std::string& type, |
- const int* modifiers, |
- const double* timestamp, |
- const std::string* text, |
- const std::string* unmodified_text, |
- const std::string* key_identifier, |
- const std::string* code, |
const std::string* key, |
const int* windows_virtual_key_code, |
const int* native_virtual_key_code, |