| 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 cae2df91b1c696fd51867bd7ccdb80d63a6365d5..c61ae022f585a1cced71b6b9894c8880c38396df 100644
|
| --- a/components/omnibox/browser/omnibox_edit_model.h
|
| +++ b/components/omnibox/browser/omnibox_edit_model.h
|
| @@ -126,7 +126,7 @@ class OmniboxEditModel {
|
|
|
| // Returns true if the current edit contents will be treated as a
|
| // URL/navigation, as opposed to a search.
|
| - bool CurrentTextIsURL() const;
|
| + virtual bool CurrentTextIsURL() const;
|
|
|
| // Returns the match type for the current edit contents.
|
| AutocompleteMatch::Type CurrentTextType() const;
|
|
|