[NTP] Update NTP flags
Add flag for showing search suggestions on the local NTP.
Add flag for showing promos on the local NTP.
Move kUseGoogleLocalNtp and kDoodlesOnLocalNtp into
ntp_features.
Update flag-metadata for ntp flags.
Bug: 904565, 906278
Change-Id: I465c1f3c42092f491112439260d9fe8546e038a7
Reviewed-on: https://chromium-review.googlesource.com/c/1338233
Reviewed-by: Ramya Nagarajan <[email protected]>
Reviewed-by: Dominic Battré <[email protected]>
Reviewed-by: Elly Fong-Jones <[email protected]>
Commit-Queue: Kyle Milka <[email protected]>
Cr-Commit-Position: refs/heads/master@{#610183}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 7cb7562..d3273937 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1659,6 +1659,12 @@
extern const char kDoodlesOnLocalNtpName[];
extern const char kDoodlesOnLocalNtpDescription[];
+extern const char kSearchSuggestionsOnLocalNtpName[];
+extern const char kSearchSuggestionsOnLocalNtpDescription[];
+
+extern const char kPromosOnLocalNtpName[];
+extern const char kPromosOnLocalNtpDescription[];
+
extern const char kEnableAudioFocusName[];
extern const char kEnableAudioFocusDescription[];
extern const char kEnableAudioFocusDisabled[];