commit | 30a9f9dd73bf9468d6c16c8235ff47f9ed2971db | [log] [tgz] |
---|---|---|
author | Livvie Lin <[email protected]> | Tue Mar 17 19:45:19 2020 |
committer | Commit Bot <[email protected]> | Tue Mar 17 19:45:19 2020 |
tree | 0e979585a96fac61fb489983db3415076cb87b21 | |
parent | 5678290c20c468c74bb452b6d1ab010e2dc25083 [diff] [blame] |
Add omnibox feature flag for context menu show full URLs UX proposal: https://docs.google.com/document/d/19iu3ISlOw9L_PCpOh8LB4TSKC8uBPzSBiEnkZm4IiQI/edit#heading=h.qyrxas7ncbc9 Design doc: go/context-menu-unelide-dd Bug: 1061576 Change-Id: I3627f0090112378f6df8bbaf274b40c35024a7c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103291 Commit-Queue: Livvie Lin <[email protected]> Reviewed-by: Tommy Li <[email protected]> Cr-Commit-Position: refs/heads/master@{#751066}
diff --git a/components/omnibox/common/omnibox_features.h b/components/omnibox/common/omnibox_features.h index 0f150cd..35c9a96 100644 --- a/components/omnibox/common/omnibox_features.h +++ b/components/omnibox/common/omnibox_features.h
@@ -74,6 +74,7 @@ // Omnibox UI - these affect the UI or function of the location bar (not the // popup). extern const base::Feature kOmniboxAssistantVoiceSearch; +extern const base::Feature kOmniboxContextMenuShowFullUrls; } // namespace omnibox