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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2901953002: Omnibox UI Experiments: Add Vertical Layout experiment (title-on-top). (Closed)
Patch Set: swap text in some circumstances to match mobile Created 3 years, 7 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
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 23c1a4e0b1b167e802a7656467c461ce191c9ab2..dd4a277612467473e039a5191c212bb75a82a946 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3101,6 +3101,11 @@ const char kOmniboxUIMaxAutocompleteMatchesDescription[] =
"Changes the maximum number af autocomplete matches displayed in the "
"Omnibox UI.";
+const char kOmniboxUIVerticalLayoutName[] = "Omnibox UI Vertical Layout";
+
+const char kOmniboxUIVerticalLayoutDescription[] =
+ "Displays Omnibox sugestions in 2 lines - title over origin.";
+
const char kOmniboxUIVerticalMarginName[] = "Omnibox UI Vertical Margin";
const char kOmniboxUIVerticalMarginDescription[] =

Powered by Google App Engine
This is Rietveld 408576698