Index: chrome/browser/chromeos/input_method/input_method_engine_interface.h |
diff --git a/chrome/browser/chromeos/input_method/input_method_engine_interface.h b/chrome/browser/chromeos/input_method/input_method_engine_interface.h |
index f60ed453afb4172fc8a767a95950039363a38ca7..71d4298ee97dc4a637ec0e3f6f009ad5d357ce25 100644 |
--- a/chrome/browser/chromeos/input_method/input_method_engine_interface.h |
+++ b/chrome/browser/chromeos/input_method/input_method_engine_interface.h |
@@ -231,10 +231,6 @@ class InputMethodEngineInterface : public IMEEngineHandlerInterface { |
// Returns true if this IME is active, false if not. |
virtual bool IsActive() const = 0; |
- // Inform the engine that a key event has been processed. |
- virtual void KeyEventDone(input_method::KeyEventHandle* key_data, |
- bool handled) = 0; |
- |
// Deletes |number_of_chars| unicode characters as the basis of |offset| from |
// the surrounding text. The |offset| is relative position based on current |
// caret. |