| Index: chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.h b/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| index 054fd9fda9371ae22fe08db6a9aa8feac8e02c67..2ed122ce22ae604d83871199e32c066b9331739c 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| @@ -319,9 +319,6 @@ class OmniboxEditModel {
|
| // Called when the current match has changed in the OmniboxController.
|
| void OnCurrentMatchChanged();
|
|
|
| - // Access the current view text.
|
| - string16 GetViewText() const;
|
| -
|
| // TODO(beaudoin): We need this to allow OmniboxController access the
|
| // InstantController via OmniboxEditController, because the only valid pointer
|
| // to InstantController is kept in Browser. We should try to get rid of this,
|
|
|