Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Unified Diff: components/omnibox/browser/omnibox_edit_model.h

Issue 2792103005: Make keyword hint view ("press tab to search foo.com") clickable. (Closed)
Patch Set: elaborate on comment Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
};
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698