Index: chrome/browser/ui/omnibox/omnibox_view.h |
diff --git a/chrome/browser/ui/omnibox/omnibox_view.h b/chrome/browser/ui/omnibox/omnibox_view.h |
index 13729f879fe40d0e16ffbc69efdd3edc5cb052b0..bebbd9b3bf882b62cae7f42cfe1b5b1b92ad6b47 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_view.h |
+++ b/chrome/browser/ui/omnibox/omnibox_view.h |
@@ -209,6 +209,9 @@ class OmniboxView { |
// which may overlap the omnibox's popup window. |
virtual bool IsImeShowingPopup() const; |
+ // Display a virtual keybaord or alternate input view if enabled. |
+ virtual void ShowImeIfNeeded(); |
+ |
// Returns true if the view is displaying UI that indicates that query |
// refinement will take place when the user selects the current match. For |
// search matches, this will cause the omnibox to search over the existing |