Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6053)

Unified Diff: chrome/browser/chromeos/input_method/input_method_manager.h

Issue 8888038: chromeos: Don't fire candidate window open/close events for suggestion window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change comment Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698