Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: load.cc

Issue 6101006: Add StopInputMethodProcess API which allows Chrome to terminate ibus-daemon in a nicer way than kill (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cros.git@master
Patch Set: review fix, add URL Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos_input_method.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chromeos_input_method.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698