| Index: components/omnibox/browser/omnibox_edit_model.h
|
| diff --git a/components/omnibox/browser/omnibox_edit_model.h b/components/omnibox/browser/omnibox_edit_model.h
|
| index eebf93a0956282c908e632a70ff64178c3962b58..a15df90669a9cbdbb7ef6b1b61d6af3a9dde208d 100644
|
| --- a/components/omnibox/browser/omnibox_edit_model.h
|
| +++ b/components/omnibox/browser/omnibox_edit_model.h
|
| @@ -179,8 +179,7 @@ class OmniboxEditModel {
|
|
|
| // Directs the popup to start autocomplete.
|
| void StartAutocomplete(bool has_selected_text,
|
| - bool prevent_inline_autocomplete,
|
| - bool entering_keyword_mode);
|
| + bool prevent_inline_autocomplete);
|
|
|
| // Closes the popup and cancels any pending asynchronous queries.
|
| void StopAutocomplete();
|
|
|