| 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..524afc7a45d69933bbed0af0abc8f4ffedcd0a59 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() const;
|
| +
|
| // 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
|
|
|