diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-11 09:27:53 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-11 09:27:53 +0000 |
commit | 039370f20f575b722c625cea6c927fb964c059e5 (patch) | |
tree | 80504d2bc45a147c224080124a84222a26c8e2fc /tools/cros.DEPS | |
parent | 3e55a0cbc87d510ec3029c749c0ae74bd876d102 (diff) | |
download | chromium_src-039370f20f575b722c625cea6c927fb964c059e5.zip chromium_src-039370f20f575b722c625cea6c927fb964c059e5.tar.gz chromium_src-039370f20f575b722c625cea6c927fb964c059e5.tar.bz2 |
cleanup: 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
Review URL: http://codereview.chromium.org/6216002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71026 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/cros.DEPS')
-rw-r--r-- | tools/cros.DEPS/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS index 4658d65..aa3d1a9 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -4,5 +4,5 @@ vars = { deps = { "src/third_party/cros": - Var("chromium_git") + "/cros.git@1ee59b10", + Var("chromium_git") + "/cros.git@09abaf51", } |