[Omnibox] Renames "Proactive ZPS" instances to "Reactive ZPS"
Change-Id: Iba0d2ad906701e78b8dbd28730c7653178aef55c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2224025
Reviewed-by: Justin Donnelly <[email protected]>
Commit-Queue: Moe Ahmadi <[email protected]>
Auto-Submit: Moe Ahmadi <[email protected]>
Cr-Commit-Position: refs/heads/master@{#774260}
diff --git a/components/omnibox/common/omnibox_features.cc b/components/omnibox/common/omnibox_features.cc
index ae42ed5..338e86c4 100644
--- a/components/omnibox/common/omnibox_features.cc
+++ b/components/omnibox/common/omnibox_features.cc
@@ -268,15 +268,15 @@
"OmniboxOnFocusSuggestionsContextualWebOnContent",
base::FEATURE_DISABLED_BY_DEFAULT};
-// Enables Proactive ZeroSuggestions (PZPS) on the NTP, for the Omnibox and
-// Realbox respectively. Note: enabling this feature merely makes
+// Enables Reactive Zero-Prefix Suggestions (rZPS) on the NTP, for the Omnibox
+// and Realbox respectively. Note: enabling this feature merely makes
// ZeroSuggestProvider send the request. There are additional requirements,
-// like the user being signed-in, and the suggest server having PZPS enabled.
-const base::Feature kProactiveZeroSuggestionsOnNTPOmnibox{
- "OmniboxProactiveZeroSuggestionsOnNTPOmnibox",
+// like the user being signed-in, and the suggest server having rZPS enabled.
+const base::Feature kReactiveZeroSuggestionsOnNTPOmnibox{
+ "OmniboxReactiveZeroSuggestionsOnNTPOmnibox",
base::FEATURE_DISABLED_BY_DEFAULT};
-const base::Feature kProactiveZeroSuggestionsOnNTPRealbox{
- "OmniboxProactiveZeroSuggestionsOnNTPRealbox",
+const base::Feature kReactiveZeroSuggestionsOnNTPRealbox{
+ "OmniboxReactiveZeroSuggestionsOnNTPRealbox",
base::FEATURE_DISABLED_BY_DEFAULT};
// Allow suggestions to be shown to the user on the New Tab Page upon focusing