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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2854263002: Omnibox UI Experiments: Add vertical margin variations to about:flags (Closed)
Patch Set: update histograms 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 3074292b1be5be7238b28e9081c3ea9a27e23e59..ee6ba3958dfbb58ffecc15680d87da3e30b084bc 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -3359,6 +3359,12 @@ extern const char kOmniboxDisplayTitleForCurrentUrlName[];
// for current URL.
extern const char kOmniboxDisplayTitleForCurrentUrlDescription[];
+// Name of the Omnibox UI vertical margin flag.
+extern const char kOmniboxUIVerticalMarginName[];
+
+// Description of the Omnibox UI vertical margin flag.
+extern const char kOmniboxUIVerticalMarginDescription[];
+
// Name of the flag that forces Network Quality Estimator (NQE) to always
// return the specified effective connection type.
extern const char kForceEffectiveConnectionTypeName[];
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698