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

Unified Diff: chrome/browser/about_flags.cc

Issue 2961393002: Omnibox UI Experiments: Hook up elide-after-host feature flag. (Closed)
Patch Set: merge Created 3 years, 5 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 9bfe576ace01076e57f5525e49e4cdd1cde47b20..c43c77bc8b70dd9ae98bdf99cd572f59743775b9 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3018,10 +3018,11 @@ 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-elide-suggestion-url-after-host",
+ flag_descriptions::kOmniboxUIElideSuggestionUrlAfterHostName,
+ flag_descriptions::kOmniboxUIElideSuggestionUrlAfterHostDescription,
+ kOsDesktop,
+ FEATURE_VALUE_TYPE(omnibox::kUIExperimentElideSuggestionUrlAfterHost)},
{"omnibox-ui-hide-suggestion-url-scheme",
flag_descriptions::kOmniboxUIHideSuggestionUrlSchemeName,
« 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