Index: chromeos_input_method.h |
diff --git a/chromeos_input_method.h b/chromeos_input_method.h |
index bb71f709444345a753f93ff0e84cb8537a8eafe0..715bd701ce4bea14367c9b86d96e48e6322feeda 100644 |
--- a/chromeos_input_method.h |
+++ b/chromeos_input_method.h |
@@ -260,6 +260,9 @@ extern InputMethodStatusConnection* (*MonitorInputMethodStatus)( |
extern void (*DisconnectInputMethodStatus)( |
InputMethodStatusConnection* connection); |
+// Stops ibus-daemon. Returns true on success. |
+extern bool (*StopInputMethodProcess)(InputMethodStatusConnection* connection); |
+ |
// Updates the list of active input methods. This will be returned by |
// GetActiveInputMethods() if an ibus connection is not available. |
extern bool (*SetActiveInputMethods)(InputMethodStatusConnection* connection, |