| 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 26b453fd7a3edabff4166785f618bf3c8dbf146b..622c48521e05d1b102dbca32e3d3ac83434d82f0 100644
|
| --- a/components/omnibox/browser/omnibox_edit_controller.h
|
| +++ b/components/omnibox/browser/omnibox_edit_controller.h
|
| @@ -22,9 +22,7 @@ class OmniboxEditController {
|
| WindowOpenDisposition disposition,
|
| ui::PageTransition transition);
|
|
|
| - // Called when the the controller should update itself without restoring any
|
| - // tab state.
|
| - virtual void UpdateWithoutTabRestore() = 0;
|
| + virtual void OnInputInProgress(bool in_progress) = 0;
|
|
|
| // Called when anything has changed that might affect the layout or contents
|
| // of the views around the edit, including the text of the edit and the
|
|
|