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/views/controls/combobox/combobox.h

Issue 1177503003: Remove the 2-level input method system & InputMethodBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits. 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
« no previous file with comments | « ui/views/cocoa/bridged_native_widget_unittest.mm ('k') | ui/views/controls/combobox/combobox.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/combobox/combobox.h
diff --git a/ui/views/controls/combobox/combobox.h b/ui/views/controls/combobox/combobox.h
index 4355504eb301d1d6b6f035b4fcd4b9202787a63e..55087645ba72ffa1e7671e8dd17721c4263e2c55 100644
--- a/ui/views/controls/combobox/combobox.h
+++ b/ui/views/controls/combobox/combobox.h
@@ -102,7 +102,6 @@ class VIEWS_EXPORT Combobox : public MenuDelegate,
void OnFocus() override;
void OnBlur() override;
void GetAccessibleState(ui::AXViewState* state) override;
- ui::TextInputClient* GetTextInputClient() override;
void Layout() override;
// Overridden from MenuDelegate:
@@ -164,6 +163,8 @@ class VIEWS_EXPORT Combobox : public MenuDelegate,
// Handles the clicking event.
void HandleClickEvent();
+ PrefixSelector* GetPrefixSelector();
+
// Our model. Not owned.
ui::ComboboxModel* model_;
« no previous file with comments | « ui/views/cocoa/bridged_native_widget_unittest.mm ('k') | ui/views/controls/combobox/combobox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698