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

Unified Diff: chrome/browser/about_flags.cc

Issue 2939563002: Omnibox UI Experiments: Add feature flags for 3 URL elision experiments. (Closed)
Patch Set: Replace 'Protocol' with 'Scheme' Created 3 years, 6 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 | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index a82600c6606b64628f786eca1d8093bca558d48b..615a6a43bfa2549dd2b57bd03776306739c715d7 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2989,6 +2989,24 @@ const FeatureEntry kFeatureEntries[] = {
SINGLE_VALUE_TYPE(switches::kShowCertLink)},
#endif
+ {"omnibox-ui-hide-suggestion-url-path",
+ flag_descriptions::kOmniboxUIHideSuggestionUrlPathName,
+ flag_descriptions::kOmniboxUIHideSuggestionUrlPathDescription, kOsDesktop,
+ FEATURE_VALUE_TYPE(omnibox::kUIExperimentHideSuggestionUrlPath)},
+
+ {"omnibox-ui-hide-suggestion-url-scheme",
+ flag_descriptions::kOmniboxUIHideSuggestionUrlSchemeName,
+ flag_descriptions::kOmniboxUIHideSuggestionUrlSchemeDescription,
+ kOsDesktop,
+ FEATURE_VALUE_TYPE(omnibox::kUIExperimentHideSuggestionUrlScheme)},
+
+ {"omnibox-ui-hide-suggestion-url-trivial-subdomains",
+ flag_descriptions::kOmniboxUIHideSuggestionUrlTrivialSubdomainsName,
+ flag_descriptions::kOmniboxUIHideSuggestionUrlTrivialSubdomainsDescription,
+ kOsDesktop,
+ FEATURE_VALUE_TYPE(
+ omnibox::kUIExperimentHideSuggestionUrlTrivialSubdomains)},
+
{"omnibox-ui-max-autocomplete-matches",
flag_descriptions::kOmniboxUIMaxAutocompleteMatchesName,
flag_descriptions::kOmniboxUIMaxAutocompleteMatchesDescription, kOsDesktop,
« no previous file with comments | « no previous file | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698