commit | 05279845f76eb22900a8b0d1a11d4fd339a8e53b | [log] [tgz] |
---|---|---|
author | Filip Gorski <[email protected]> | Fri Jun 12 12:49:02 2020 |
committer | Commit Bot <[email protected]> | Fri Jun 12 12:49:02 2020 |
tree | 4e1684a7bcb1d9236c2bf29c498a863354f68f77 | |
parent | 94461cb01aa7fb04f7d2e13f3c485afb913131d4 [diff] [blame] |
[SRO] Enabling Search Ready Omnibox in Incognito (with flag) At this point the colors used in Incognito are happen to be reusing dark theme colors. There is an issue with the selected row highlight, which is not specific to SRO, and will be handled separately. Bug: 927145 Change-Id: Idb039067436eba4bcf34d350cc1308d9a74c83c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2239675 Commit-Queue: Filip Gorski <[email protected]> Reviewed-by: Ender <[email protected]> Reviewed-by: Ted Choc <[email protected]> Cr-Commit-Position: refs/heads/master@{#777775}
diff --git a/components/omnibox/common/omnibox_features.cc b/components/omnibox/common/omnibox_features.cc index 2adc939..9b4713d 100644 --- a/components/omnibox/common/omnibox_features.cc +++ b/components/omnibox/common/omnibox_features.cc
@@ -358,6 +358,10 @@ const base::Feature kOmniboxLooseMaxLimitOnDedicatedRows{ "OmniboxLooseMaxLimitOnDedicatedRows", base::FEATURE_DISABLED_BY_DEFAULT}; +// Feature that enables Search Ready Omnibox in invognito. +const base::Feature kOmniboxSearchReadyIncognito{ + "OmniboxSearchReadyIncognito", base::FEATURE_DISABLED_BY_DEFAULT}; + // Feature that puts a single row of buttons on suggestions with actionable // elements like keywords, tab-switch buttons, and Pedals. const base::Feature kOmniboxSuggestionButtonRow{