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

Unified Diff: components/omnibox/browser/omnibox_field_trial.h

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: components/omnibox/browser/omnibox_field_trial.h
diff --git a/components/omnibox/browser/omnibox_field_trial.h b/components/omnibox/browser/omnibox_field_trial.h
index a9d0f7eef6e92e675d848da783d5e7b62a9d279d..43a8c60a70b54a6846f55bf2dba2cf5a37b8b973 100644
--- a/components/omnibox/browser/omnibox_field_trial.h
+++ b/components/omnibox/browser/omnibox_field_trial.h
@@ -35,7 +35,7 @@ extern const base::Feature kSearchProviderContextAllowHttpsUrls;
extern const base::Feature kZeroSuggestRedirectToChrome;
extern const base::Feature kZeroSuggestSwapTitleAndUrl;
extern const base::Feature kDisplayTitleForCurrentUrl;
-extern const base::Feature kUIExperimentHideSuggestionUrlPath;
Mark P 2017/07/05 18:38:45 As near as I can tell, you checked in this declara
tommycli 2017/07/05 19:38:26 Hey... I wasn't able to grok your question -- do y
Mark P 2017/07/05 19:43:24 You answered my question. :-) It was a placeholde
+extern const base::Feature kUIExperimentElideSuggestionUrlAfterHost;
extern const base::Feature kUIExperimentHideSuggestionUrlScheme;
extern const base::Feature kUIExperimentHideSuggestionUrlTrivialSubdomains;
extern const base::Feature kUIExperimentMaxAutocompleteMatches;

Powered by Google App Engine
This is Rietveld 408576698