Descriptioncleanup: Use the new libcros API StopInputMethodProcess() to terminate ibus-daemon instead of kill()
Using the API should be better then kill() because
o ibus-daemon could be terminated even if the daemon ignores or temporalily masks SIGTERM for some reason.
o libcros could know the connection between the library and the daemon will be terminated shortly, and could avoid using the connection after the API call.
This CL depends on http://codereview.chromium.org/6101006/.
BUG=chromium-os:9685
TEST=manually
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71026
Patch Set 1 #Patch Set 2 : review #
Total comments: 4
Patch Set 3 : review fixes #Patch Set 4 : added cros.DEPS #Patch Set 5 : style fix #Messages
Total messages: 3 (0 generated)
|