Introduce deferred keyboard and compact suggestions feature flags.
This change adds two new flags to control and modify the Omnibox
suggestions behavior:
- compact suggestions, aiming at conserving the screen real estate
and shrinking suggestions size (allowing more suggestions to be
shown by the AdaptiveSuggestions feature),
- deferred keyboard popup, that will prevent keyboard from
automatically appearing on screen when we have suggestions that
we can present to the user.
Change-Id: I0965b069048e4a48d013882974668930c790ea13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2070604
Reviewed-by: Ted Choc <[email protected]>
Commit-Queue: Ender <[email protected]>
Cr-Commit-Position: refs/heads/master@{#744863}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index f958917..8e4e16c 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -733,6 +733,12 @@
extern const char kOmniboxAutocompleteTitlesName[];
extern const char kOmniboxAutocompleteTitlesDescription[];
+extern const char kOmniboxCompactSuggestionsName[];
+extern const char kOmniboxCompactSuggestionsDescription[];
+
+extern const char kOmniboxDeferredKeyboardPopupName[];
+extern const char kOmniboxDeferredKeyboardPopupDescription[];
+
extern const char kOmniboxDisableInstantExtendedLimitName[];
extern const char kOmniboxDisableInstantExtendedLimitDescription[];