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

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

Issue 2889823002: [omnibox] Added 'OmniboxTailSuggestions' flag (Closed)
Patch Set: Comment and string changes Created 3 years, 7 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 20331832491382c117788692350698baf7738dcf..42b9758e92fdb55609f6773348fb26f7314ea9d9 100644
--- a/components/omnibox/browser/omnibox_field_trial.h
+++ b/components/omnibox/browser/omnibox_field_trial.h
@@ -26,6 +26,7 @@ namespace omnibox {
extern const base::Feature kNewOmniboxAnswerTypes;
extern const base::Feature kOmniboxEntitySuggestions;
+extern const base::Feature kOmniboxTailSuggestions;
extern const base::Feature kEnableClipboardProvider;
extern const base::Feature kSearchProviderWarmUpOnFocus;
extern const base::Feature kSearchProviderContextAllowHttpsUrls;

Powered by Google App Engine
This is Rietveld 408576698