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

Unified Diff: ui/base/ime/input_method_mac.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_mac.h
diff --git a/ui/base/ime/input_method_mac.h b/ui/base/ime/input_method_mac.h
index 24c843098926398573bb8266535eed2af6186e75..3a259b1a927e547060a75ca209ea0e72cb088bb1 100644
--- a/ui/base/ime/input_method_mac.h
+++ b/ui/base/ime/input_method_mac.h
@@ -26,7 +26,6 @@ class UI_BASE_IME_EXPORT InputMethodMac : public InputMethodBase {
void CancelComposition(const TextInputClient* client) override;
void OnInputLocaleChanged() override;
std::string GetInputLocale() override;
- bool IsActive() override;
bool IsCandidatePopupOpen() const override;
private:

Powered by Google App Engine
This is Rietveld 408576698