Chromium Code Reviews

Unified Diff: chromeos_cros_api.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chromeos_input_method.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos_cros_api.h
diff --git a/chromeos_cros_api.h b/chromeos_cros_api.h
index c58f3131692e7f7536942538143b59cd027e0342..e165a5bd138782a16eb7c610b4b3457d78b70367 100644
--- a/chromeos_cros_api.h
+++ b/chromeos_cros_api.h
@@ -162,12 +162,13 @@
// 87: Added entd restarting ability.
// 88: Added MonitorBrightness and DisconnectBrightness.
// 89: Added GetCurrentInputMethod.
+// 90: Added StopInputMethodProcess.
namespace chromeos { // NOLINT
enum CrosAPIVersion {
kCrosAPIMinVersion = 83,
- kCrosAPIVersion = 89
+ kCrosAPIVersion = 90
};
// Default path to pass to LoadCros: "/opt/google/chrome/chromeos/libcros.so"
« no previous file with comments | « no previous file | chromeos_input_method.h » ('j') | no next file with comments »

Powered by Google App Engine