Index: chrome/browser/chromeos/input_method/input_method_manager.h |
diff --git a/chrome/browser/chromeos/input_method/input_method_manager.h b/chrome/browser/chromeos/input_method/input_method_manager.h |
index be119532c37aa279abd2751ada92cb36efdf22fb..c046f735843276764dc0aeb3041d59613dfe8648 100644 |
--- a/chrome/browser/chromeos/input_method/input_method_manager.h |
+++ b/chrome/browser/chromeos/input_method/input_method_manager.h |
@@ -55,8 +55,10 @@ class InputMethodManager { |
}; |
// CandidateWindowObserver is notified of events related to the candidate |
- // window. These events won't occur when the virtual keyboard is used, |
- // since it controls its own candidate window. |
+ // window. The "suggestion window" used by IMEs such as ibus-mozc does not |
+ // count as the candidate window (this may change if we later want suggestion |
+ // window events as well). These events also won't occur when the virtual |
+ // keyboard is used, since it controls its own candidate window. |
class CandidateWindowObserver { |
public: |
virtual ~CandidateWindowObserver() {} |