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

Unified Diff: chromeos_input_method.h

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_cros_api.h ('k') | chromeos_input_method.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chromeos_cros_api.h ('k') | chromeos_input_method.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698