diff options
author | uekawa@chromium.org <uekawa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-03 07:03:44 +0000 |
---|---|---|
committer | uekawa@chromium.org <uekawa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-03 07:03:44 +0000 |
commit | 57c61fabe01b3a16ebf5110889409b45b81a2196 (patch) | |
tree | e1c99bde8db5bc5c5098a09a7e1d339a54e51b5b /chromeos/ime | |
parent | d54d55c1ec3e8097999932fd90480bdc6b3e44aa (diff) | |
download | chromium_src-57c61fabe01b3a16ebf5110889409b45b81a2196.zip chromium_src-57c61fabe01b3a16ebf5110889409b45b81a2196.tar.gz chromium_src-57c61fabe01b3a16ebf5110889409b45b81a2196.tar.bz2 |
Update UMA configurations to include the new input methods.
Remove obsolete contents and update comments.
BUG=164375
Review URL: https://codereview.chromium.org/146693006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/ime')
-rwxr-xr-x | chromeos/ime/gen_input_methods.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/ime/gen_input_methods.py b/chromeos/ime/gen_input_methods.py index 7e3993d..6f3e74c 100755 --- a/chromeos/ime/gen_input_methods.py +++ b/chromeos/ime/gen_input_methods.py @@ -3,7 +3,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -"""Generate a C++ header from ibus_input_methods.txt. +"""Generate a C++ header from input_methods.txt. This program generates a C++ header file containing the information on available input methods. It parses input_methods.txt, and then generates a |