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

Unified Diff: ui/views/controls/prefix_selector.h

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/views/controls/prefix_selector.h
diff --git a/ui/views/controls/prefix_selector.h b/ui/views/controls/prefix_selector.h
index 1f7c7b4c179d9a065bc3c97f2f3ab511704535e9..c3dcc3694fa8591e0eeefbb5f12812e74f546efa 100644
--- a/ui/views/controls/prefix_selector.h
+++ b/ui/views/controls/prefix_selector.h
@@ -30,7 +30,6 @@ class VIEWS_EXPORT PrefixSelector : public ui::TextInputClient {
void ClearCompositionText() override;
void InsertText(const base::string16& text) override;
void InsertChar(base::char16 ch, int flags) override;
- gfx::NativeWindow GetAttachedWindow() const override;
ui::TextInputType GetTextInputType() const override;
ui::TextInputMode GetTextInputMode() const override;
int GetTextInputFlags() const override;

Powered by Google App Engine
This is Rietveld 408576698