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

Unified Diff: chrome/browser/flag_descriptions.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 | « chrome/browser/flag_descriptions.h ('k') | components/omnibox/browser/autocomplete_match.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 98b61d2977d37a2b2d5cb1d3f8e597c9f8745b7f..61884825625ffca87f6fbaa59073ef7090cdfe79 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3183,10 +3183,11 @@ const char kOmniboxDisplayTitleForCurrentUrlDescription[] =
"the current page is provided as the first suggestion without a title. "
"Enabling this flag causes the title to be displayed.";
-const char kOmniboxUIHideSuggestionUrlPathName[] =
- "Omnibox UI Hide Suggestion URL Path";
-const char kOmniboxUIHideSuggestionUrlPathDescription[] =
- "Elides the paths of suggested URLs in the Omnibox dropdown.";
+const char kOmniboxUIElideSuggestionUrlAfterHostName[] =
+ "Omnibox UI Elide Suggestion URL After Host";
+const char kOmniboxUIElideSuggestionUrlAfterHostDescription[] =
+ "Elides the path, query, and ref of suggested URLs in the Omnibox "
+ "dropdown.";
const char kOmniboxUIHideSuggestionUrlSchemeName[] =
"Omnibox UI Hide Suggestion URL Scheme";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/omnibox/browser/autocomplete_match.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698