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

Unified Diff: ui/base/ime/input_method_auralinux.h

Issue 1234193002: Simplify InputMethodWin initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months 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: ui/base/ime/input_method_auralinux.h
diff --git a/ui/base/ime/input_method_auralinux.h b/ui/base/ime/input_method_auralinux.h
index b60148183ea7c12679d32c8d06ef6863c93f7a84..58b876df9cb1033c248b61895b0e322e622a0522 100644
--- a/ui/base/ime/input_method_auralinux.h
+++ b/ui/base/ime/input_method_auralinux.h
@@ -33,7 +33,6 @@ class UI_BASE_IME_EXPORT InputMethodAuraLinux
void CancelComposition(const TextInputClient* client) override;
void OnInputLocaleChanged() override;
std::string GetInputLocale() override;
- bool IsActive() override;
bool IsCandidatePopupOpen() const override;
void OnFocus() override;
void OnBlur() override;

Powered by Google App Engine
This is Rietveld 408576698