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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2889823002: [omnibox] Added 'OmniboxTailSuggestions' flag (Closed)
Patch Set: Added histogram enumeration 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: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index c2df124fed865d9bbca7767b967e6fd6b84f46a8..45af38e9cdcb62e709abfeb6cd385e463f4c63d7 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1385,6 +1385,9 @@ extern const char kEnableNewAppMenuIconDescription[];
extern const char kOmniboxEntitySuggestionsName[];
extern const char kOmniboxEntitySuggestionsDescription[];
+extern const char kOmniboxTailSuggestionsName[];
Mark P 2017/05/31 23:17:13 Uh, how does this compile? This is only defined f
Kevin Bailey 2017/06/01 14:32:42 I believe IOS is not a subset of MACOS. I had assu
+extern const char kOmniboxTailSuggestionsDescription[];
+
extern const char kOneGoogleBarOnLocalNtpName[];
extern const char kOneGoogleBarOnLocalNtpDescription[];

Powered by Google App Engine
This is Rietveld 408576698