commit | 37bbf1d1716775bb08c1576c0276d8644965baa7 | [log] [tgz] |
---|---|---|
author | Kevin Bailey <[email protected]> | Wed Aug 21 19:23:55 2019 |
committer | Commit Bot <[email protected]> | Wed Aug 21 19:23:55 2019 |
tree | 8271835c1c0b7534c45628472d3656fe36be0e62 | |
parent | 2bafb2f9b310df2dde4ff0b78a9296f96fecb2fe [diff] [blame] |
[omnibox] Experimental feature of tab switch suggestion dedicated rows Using the previously added submatch support, this CL allows tab switch suggestions to be separate suggestions below their parent suggestion. Instead of clicking a button to activate the tab switch, this change allows selecting a special suggestion. Bug: 995935 Change-Id: I039e879f1b330cf9b17755daf9134013451cd9f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762827 Commit-Queue: Kevin Bailey <[email protected]> Reviewed-by: manuk hovanesian <[email protected]> Cr-Commit-Position: refs/heads/master@{#689115}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index c2b3fae..5f5cae5 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1678,6 +1678,9 @@ extern const char kOmniboxTabSwitchSuggestionsName[]; extern const char kOmniboxTabSwitchSuggestionsDescription[]; +extern const char kOmniboxTabSwitchSuggestionsDedicatedRowName[]; +extern const char kOmniboxTabSwitchSuggestionsDedicatedRowDescription[]; + extern const char kOmniboxWrapPopupPositionName[]; extern const char kOmniboxWrapPopupPositionDescription[];