Commit 11536e53 authored by Theresa's avatar Theresa Committed by Commit Bot

[EoC] Default disable explore on content opt-out

BUG=

Change-Id: I9624ac7d0b47cd79925576d604fefd6f82fec6f7
Reviewed-on: https://chromium-review.googlesource.com/c/1313743Reviewed-by: default avatarFilip Gorski <fgorski@chromium.org>
Commit-Queue: Theresa <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605731}
parent 1e6f0927
...@@ -13,6 +13,6 @@ const base::Feature kContextualSuggestionsIPHReverseScroll{ ...@@ -13,6 +13,6 @@ const base::Feature kContextualSuggestionsIPHReverseScroll{
"ContextualSuggestionsIPHReverseScroll", base::FEATURE_ENABLED_BY_DEFAULT}; "ContextualSuggestionsIPHReverseScroll", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kContextualSuggestionsOptOut{ const base::Feature kContextualSuggestionsOptOut{
"ContextualSuggestionsOptOut", base::FEATURE_ENABLED_BY_DEFAULT}; "ContextualSuggestionsOptOut", base::FEATURE_DISABLED_BY_DEFAULT};
} // namespace contextual_suggestions } // namespace contextual_suggestions
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment