commit | 31147bc3ac0980bc7f2b064fc8c040612d90989d | [log] [tgz] |
---|---|---|
author | Moe Ahmadi <[email protected]> | Tue Jun 02 19:07:56 2020 |
committer | Commit Bot <[email protected]> | Tue Jun 02 19:07:56 2020 |
tree | 6b27aa20b68b9dab0fab43b4de1b218cb915810c | |
parent | ec307a90cff6acd4bf244dba858337c30c150720 [diff] [blame] |
[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.h b/components/omnibox/common/omnibox_features.h index 8632ddb0..bf7f600 100644 --- a/components/omnibox/common/omnibox_features.h +++ b/components/omnibox/common/omnibox_features.h
@@ -61,8 +61,8 @@ extern const base::Feature kOnFocusSuggestions; extern const base::Feature kOnFocusSuggestionsContextualWeb; extern const base::Feature kOnFocusSuggestionsContextualWebOnContent; -extern const base::Feature kProactiveZeroSuggestionsOnNTPOmnibox; -extern const base::Feature kProactiveZeroSuggestionsOnNTPRealbox; +extern const base::Feature kReactiveZeroSuggestionsOnNTPOmnibox; +extern const base::Feature kReactiveZeroSuggestionsOnNTPRealbox; extern const base::Feature kZeroSuggestionsOnNTP; extern const base::Feature kZeroSuggestionsOnNTPRealbox; extern const base::Feature kZeroSuggestionsOnSERP;