| Index: components/omnibox/browser/omnibox_edit_controller.h
|
| diff --git a/components/omnibox/browser/omnibox_edit_controller.h b/components/omnibox/browser/omnibox_edit_controller.h
|
| index 9dab8b3574c01d4370c37e4f9ad156a7f394ca96..1b1fcad8e9dce3a962a7ebe82011aef46343d372 100644
|
| --- a/components/omnibox/browser/omnibox_edit_controller.h
|
| +++ b/components/omnibox/browser/omnibox_edit_controller.h
|
| @@ -30,9 +30,6 @@ class OmniboxEditController {
|
| // status of any keyword- or hint-related state.
|
| virtual void OnChanged() = 0;
|
|
|
| - // Called whenever the autocomplete edit gets focused.
|
| - virtual void OnSetFocus() = 0;
|
| -
|
| // Shows the URL.
|
| virtual void ShowURL() = 0;
|
|
|
|
|