diff options
author | komatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-14 18:47:46 +0000 |
---|---|---|
committer | komatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-14 18:47:46 +0000 |
commit | 36f33ddbf966257d3f59239b10d61bb9b54688fd (patch) | |
tree | 56a2bd7ae69150f01b5ec9fada238e53853b3fa2 /chrome/browser/chromeos/input_method/input_method_engine_interface.h | |
parent | 2373117bca9d9b26c6f91c0bfc2b0cc4371bad9c (diff) | |
download | chromium_src-36f33ddbf966257d3f59239b10d61bb9b54688fd.zip chromium_src-36f33ddbf966257d3f59239b10d61bb9b54688fd.tar.gz chromium_src-36f33ddbf966257d3f59239b10d61bb9b54688fd.tar.bz2 |
Propagate engine ID to distinguish the event sender and avoid infinity event loop.
BUG=335406
Review URL: https://codereview.chromium.org/140253008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251376 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_engine_interface.h')
-rw-r--r-- | chrome/browser/chromeos/input_method/input_method_engine_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_engine_interface.h b/chrome/browser/chromeos/input_method/input_method_engine_interface.h index 4ee0722..e52f568 100644 --- a/chrome/browser/chromeos/input_method/input_method_engine_interface.h +++ b/chrome/browser/chromeos/input_method/input_method_engine_interface.h @@ -30,6 +30,7 @@ class InputMethodEngineInterface : public IMEEngineHandlerInterface { std::string type; std::string key; std::string code; + std::string extension_id; bool alt_key; bool ctrl_key; bool shift_key; |