| Index: chrome/browser/ui/omnibox/omnibox_view.cc
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_view.cc b/chrome/browser/ui/omnibox/omnibox_view.cc
|
| index 92248349a5268c84b84b66080503c41866f2f120..75b6be20970d908f130d98fc42ec72765a1ad786 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_view.cc
|
| +++ b/chrome/browser/ui/omnibox/omnibox_view.cc
|
| @@ -147,6 +147,9 @@ bool OmniboxView::IsImeShowingPopup() const {
|
| return false;
|
| }
|
|
|
| +void OmniboxView::ShowImeIfNeeded() const {
|
| +}
|
| +
|
| bool OmniboxView::IsIndicatingQueryRefinement() const {
|
| // The default implementation always returns false. Mobile ports can override
|
| // this method and implement as needed.
|
|
|