| Index: chrome/browser/chromeos/input_method/input_method_engine_ibus.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
|
| index a444c1f26d908e6994aaa2e8d80255cecfe31147..232dfe165ec5dfcaf0b54db740a330da5a353d66 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_engine_ibus.h
|
| @@ -43,6 +43,7 @@ class InputMethodEngineIBus : public InputMethodEngine,
|
| std::string* error);
|
|
|
| // InputMethodEngine overrides.
|
| + virtual void StartIme() OVERRIDE;
|
| virtual bool SetComposition(int context_id,
|
| const char* text,
|
| int selection_start,
|
|
|