diff options
author | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-07 07:52:26 +0000 |
---|---|---|
committer | yusukes@google.com <yusukes@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-07 07:52:26 +0000 |
commit | 822b6ed73a7fabf3195a7fb81c4903da8c7e395f (patch) | |
tree | ee827ca8c900f6c169351242a7be2e65f7db2c60 /tools | |
parent | d9e6f8b3099d568dcd6653c8aeb8a59b6f490a2a (diff) | |
download | chromium_src-822b6ed73a7fabf3195a7fb81c4903da8c7e395f.zip chromium_src-822b6ed73a7fabf3195a7fb81c4903da8c7e395f.tar.gz chromium_src-822b6ed73a7fabf3195a7fb81c4903da8c7e395f.tar.bz2 |
Pass a correct input method descriptor to the ActiveInputMethodsChanged function.
A comment explaining why ActiveInputMethodsChanged has to be called in FlushImeConfig() is also added since it took some time for me to figure out why it was necessary.
BUG=chromium-os:10676
TEST=manually done.
Review URL: http://codereview.chromium.org/6088010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70725 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-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 e971aaf..4658d65 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@08c38e03", + Var("chromium_git") + "/cros.git@1ee59b10", } |