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

Unified Diff: chrome/browser/about_flags.cc

Issue 2939563002: Omnibox UI Experiments: Add feature flags for 3 URL elision experiments. (Closed)
Patch Set: reformat 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') | chrome/browser/flag_descriptions.cc » ('J')
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..793d8e96c35e09a6feadc1e096c43bea47c81504 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2989,6 +2989,23 @@ 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-protocol",
+ flag_descriptions::kOmniboxUIHideSuggestionUrlProtocolName,
+ flag_descriptions::kOmniboxUIHideSuggestionUrlProtocolDescription,
+ kOsDesktop,
+ FEATURE_VALUE_TYPE(omnibox::kUIExperimentHideSuggestionUrlProtocol)},
+
+ {"omnibox-ui-hide-suggestion-url-subdomain",
+ flag_descriptions::kOmniboxUIHideSuggestionUrlSubdomainName,
Justin Donnelly 2017/06/13 20:58:12 "Hide subdomain" feels like it's over-specifying w
tommycli 2017/06/13 21:47:09 Done.
+ flag_descriptions::kOmniboxUIHideSuggestionUrlSubdomainDescription,
+ kOsDesktop,
+ FEATURE_VALUE_TYPE(omnibox::kUIExperimentHideSuggestionUrlSubdomain)},
+
{"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') | chrome/browser/flag_descriptions.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698