diff options
author | komatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-02 10:18:48 +0000 |
---|---|---|
committer | komatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-02 10:18:48 +0000 |
commit | d43611081081bf0f71644327b813fe480cf02af5 (patch) | |
tree | 73c3c430e4cc322176494246e010e4d0523de631 /chrome/browser/chromeos/input_method/input_method_manager_impl.h | |
parent | c0113565139361f2f99cf33f1cb00b70b1a51346 (diff) | |
download | chromium_src-d43611081081bf0f71644327b813fe480cf02af5.zip chromium_src-d43611081081bf0f71644327b813fe480cf02af5.tar.gz chromium_src-d43611081081bf0f71644327b813fe480cf02af5.tar.bz2 |
Add CandidateClicked to observer.
I am merging IBusEngineHander to InputMethodManager. This is a step of the merge.
BUG=N/A
Review URL: https://codereview.chromium.org/97843002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238061 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_manager_impl.h')
-rw-r--r-- | chrome/browser/chromeos/input_method/input_method_manager_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl.h b/chrome/browser/chromeos/input_method/input_method_manager_impl.h index b6cc6dc..cdf5925 100644 --- a/chrome/browser/chromeos/input_method/input_method_manager_impl.h +++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.h @@ -108,6 +108,7 @@ class InputMethodManagerImpl : public InputMethodManager, void PropertyChanged(); // CandidateWindowController::Observer overrides: + virtual void CandidateClicked(int index) OVERRIDE; virtual void CandidateWindowOpened() OVERRIDE; virtual void CandidateWindowClosed() OVERRIDE; |