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

Unified Diff: chrome/browser/about_flags.cc

Issue 2961393002: Omnibox UI Experiments: Hook up elide-after-host feature flag. (Closed)
Patch Set: fix 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index b0bc51d3979806761e7eeb1fa842e1cabd8e7754..7682d037ac4c66401594f016c1fad223f65c4289 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2987,10 +2987,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') | components/omnibox/browser/autocomplete_match_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698