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

Unified Diff: ui/base/ime/dummy_text_input_client.cc

Issue 1177503003: Remove the 2-level input method system & InputMethodBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reverted changes for MockInputMethod. Created 5 years, 6 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/dummy_text_input_client.cc
diff --git a/ui/base/ime/dummy_text_input_client.cc b/ui/base/ime/dummy_text_input_client.cc
index 8ffafe08bc0a947faf65e940751040de38fa2152..c660bd9269b32081df0ddfda616e332c08a5eff8 100644
--- a/ui/base/ime/dummy_text_input_client.cc
+++ b/ui/base/ime/dummy_text_input_client.cc
@@ -32,10 +32,6 @@ void DummyTextInputClient::InsertText(const base::string16& text) {
void DummyTextInputClient::InsertChar(base::char16 ch, int flags) {
}
-gfx::NativeWindow DummyTextInputClient::GetAttachedWindow() const {
- return NULL;
-}
-
TextInputType DummyTextInputClient::GetTextInputType() const {
return text_input_type_;
}

Powered by Google App Engine
This is Rietveld 408576698