Chromium Code Reviews| 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..f6118843eed631cebeec07e5f9801f7e61e62d3b 100644 |
| --- a/components/omnibox/browser/omnibox_edit_model.h |
| +++ b/components/omnibox/browser/omnibox_edit_model.h |
| @@ -43,6 +43,8 @@ enum class KeywordModeEntryMethod { |
| SPACE_IN_MIDDLE = 2, |
| KEYBOARD_SHORTCUT = 3, |
| QUESTION_MARK = 4, |
| + CLICK_ON_VIEW = 5, |
| + TAP_ON_VIEW = 6, |
| NUM_ITEMS, |
| }; |