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

Unified Diff: chrome/browser/flag_descriptions.h

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
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 070dcceab3ae4801c5513921aa61b9f454ae3638..bf44af5d91f6cbe460616524cfdf37886dfdcf85 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -501,6 +501,15 @@ extern const char kOffMainThreadFetchDescription[];
extern const char kOmniboxDisplayTitleForCurrentUrlName[];
extern const char kOmniboxDisplayTitleForCurrentUrlDescription[];
+extern const char kOmniboxUIHideSuggestionUrlPathName[];
+extern const char kOmniboxUIHideSuggestionUrlPathDescription[];
+
+extern const char kOmniboxUIHideSuggestionUrlProtocolName[];
+extern const char kOmniboxUIHideSuggestionUrlProtocolDescription[];
+
+extern const char kOmniboxUIHideSuggestionUrlSubdomainName[];
+extern const char kOmniboxUIHideSuggestionUrlSubdomainDescription[];
+
extern const char kOmniboxUIMaxAutocompleteMatchesName[];
extern const char kOmniboxUIMaxAutocompleteMatchesDescription[];

Powered by Google App Engine
This is Rietveld 408576698