| Index: load.cc
|
| diff --git a/load.cc b/load.cc
|
| index beb98c48f2d610b80bcc604d0090bb7ca95357e1..60ae16c459c2f0230de157fe3ef2ce389101b868 100644
|
| --- a/load.cc
|
| +++ b/load.cc
|
| @@ -89,6 +89,7 @@ DECL_FUNC_5(MonitorInputMethodStatus,
|
| chromeos::LanguageUpdateImePropertyFunction,
|
| chromeos::LanguageConnectionChangeMonitorFunction);
|
| DECL_FUNC_1(DisconnectInputMethodStatus, void, InputMethodStatusConnection*);
|
| +DECL_FUNC_1(StopInputMethodProcess, bool, InputMethodStatusConnection*);
|
| DECL_FUNC_1(GetSupportedInputMethods,
|
| InputMethodDescriptors*, InputMethodStatusConnection*);
|
| DECL_FUNC_1(GetActiveInputMethods,
|
| @@ -399,6 +400,7 @@ bool LoadLibcros(const char* path_to_libcros, std::string& error_string) {
|
| // Input methods
|
| INIT_FUNC(MonitorInputMethodStatus);
|
| INIT_FUNC(DisconnectInputMethodStatus);
|
| + INIT_FUNC(StopInputMethodProcess);
|
| INIT_FUNC(GetSupportedInputMethods);
|
| INIT_FUNC(GetActiveInputMethods);
|
| INIT_FUNC(SetActiveInputMethods);
|
|
|