[Home] Add personalized suggestions flag
Adds a feature that enables personalized suggestions when Chrome Home is
enabled. This value is then stored in a preference and read in
omnibox_field_trial.cc to determine whether personalized suggestions
are enabled.
Chrome Home has rather complex logic dictating whether or not it is
enabled, including an in-flight opt-in/opt-out that overwrites the base
feature value. Due to this, we cannot rely on a simple feature value in
omnibox_field_trial.
BUG=767273
Change-Id: I00e70c525244dd82e5f811ceeeab6a14c4e49994
Reviewed-on: https://chromium-review.googlesource.com/683295
Commit-Queue: Theresa <[email protected]>
Reviewed-by: Maria Khomenko <[email protected]>
Reviewed-by: Matthew Jones <[email protected]>
Reviewed-by: Mark Pearson <[email protected]>
Reviewed-by: Bernhard Bauer <[email protected]>
Cr-Commit-Position: refs/heads/master@{#505624}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 482e4bf0..fde4f08f 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -984,6 +984,9 @@
extern const char kChromeHomeExpandButtonName[];
extern const char kChromeHomeExpandButtonDescription[];
+extern const char kChromeHomePersonalizedOmniboxSuggestionsName[];
+extern const char kChromeHomePersonalizedOmniboxSuggestionsDescription[];
+
extern const char kChromeHomePromoName[];
extern const char kChromeHomePromoDescription[];