| Index: chrome/browser/chromeos/input_method/input_method_engine.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_engine.h b/chrome/browser/chromeos/input_method/input_method_engine.h
|
| index 716d1366ed75dd6694464a7fde15d73463ae44fd..d841a57164653e31f677a597721c505b03d483c4 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine.h
|
| @@ -77,8 +77,6 @@ class InputMethodEngine : public InputMethodEngineInterface {
|
| virtual bool SetMenuItems(const std::vector<MenuItem>& items) OVERRIDE;
|
| virtual bool UpdateMenuItems(const std::vector<MenuItem>& items) OVERRIDE;
|
| virtual bool IsActive() const OVERRIDE;
|
| - virtual void KeyEventDone(input_method::KeyEventHandle* key_data,
|
| - bool handled) OVERRIDE;
|
| virtual bool DeleteSurroundingText(int context_id,
|
| int offset,
|
| size_t number_of_chars,
|
|
|